Handbook
Glossary
emit-nodes ( block nodes -- block' )
Vocabulary
compiler
.
cfg
.
builder
Inputs
block
current
basic-block
nodes
a
sequence
Outputs
block'
a
basic-block
Word description
Emits all tree nodes to the cfg. The next block to operate on is pushed onto the stack.
Definition
USING:
kernel
sequences
;
IN:
compiler.cfg.builder
:
emit-nodes
( block nodes -- block' )
[
over
[
emit-node
]
[
drop
]
if
]
each
;