Handbook
Glossary
look-at-phi ( value outputs inputs -- )
Vocabulary
compiler
.
tree
.
dead-code
.
branches
Inputs
value
an
object
outputs
an
object
inputs
an
object
Outputs
None
Definition
USING:
columns
compiler.tree.dead-code.liveness
kernel
sequences
;
IN:
compiler.tree.dead-code.branches
:
look-at-phi
( value outputs inputs -- )
[
index
]
dip
swap
[
<column>
look-at-values
]
[
drop
]
if*
;