Handbook
Glossary
emit-branch ( nodes block -- pair/f )
Final stage of compilation generates machine code from dataflow IR
Prev:
emit-actual-if ( block #if -- block' )
Next:
emit-if ( block node -- block' )
Vocabulary
compiler
.
cfg
.
builder
Inputs
nodes
an
object
block
an
object
Outputs
pair/f
an
object
Definition
USING:
compiler.cfg.builder.blocks
kernel
;
IN:
compiler.cfg.builder
:
emit-branch
( nodes block -- pair/f )
[
swap
emit-nodes
]
with-branch
;