Handbook
Glossary
zero-insn? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
value-numbering
.
math
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
compiler.cfg.instructions
kernel
;
IN:
compiler.cfg.value-numbering.math
:
zero-insn?
( insn -- ? )
{
[
##load-integer?
]
[
val>>
0
=
]
}
1&&
;
inline