Handbook
Glossary
node-input-infos ( node -- seq )
Value info data type and operations
Next:
node-output-infos ( node -- seq )
Vocabulary
compiler
.
tree
.
propagation
.
info
Inputs
node
a
node
Outputs
seq
a
sequence
Word description
Lists the value infos for the input variables of an SSA tree node. For
#call
nodes, the inputs represents the values on the stack when the word is called.
Definition
USING:
accessors
kernel
sequences
;
IN:
compiler.tree.propagation.info
:
node-input-infos
( node -- seq )
dup
in-d>>
[
node-value-info
]
with
map
;