Handbook
Glossary
out-d-matches? ( out-d seq -- ? )
Vocabulary
compiler
.
tree
.
dead-code
.
simple
Inputs
out-d
an
object
seq
an
object
Outputs
?
an
object
Definition
USING:
compiler.tree.dead-code.liveness
kernel
sequences
;
IN:
compiler.tree.dead-code.simple
:
out-d-matches?
( out-d seq -- ? )
[
swap
live-value?
xor
]
2all?
;