Handbook
Glossary
f-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
:
f-insn?
( insn -- ? )
{
[
##load-reference?
]
[
obj>>
not
]
}
1&&
;
inline