Handbook
Glossary
recursive-phi-infos ( node -- infos )
Vocabulary
compiler
.
tree
.
propagation
.
recursive
Inputs
node
a
#recursive
Outputs
infos
a
sequence
Word description
The sequence of
value-info-state
that is the input to the recursive block.
Definition
USING:
accessors
compiler.tree.propagation.info
;
IN:
compiler.tree.propagation.recursive
:
recursive-phi-infos
( node -- infos )
label>>
enter-recursive>>
node-output-infos
;