Handbook
Glossary
emit-trivial-call ( block word height -- block' )
CFG construction utilities
Prev:
emit-conditional ( block branches -- block'/f )
Vocabulary
compiler
.
cfg
.
builder
.
blocks
Inputs
block
an
object
word
an
object
height
an
object
Outputs
block'
an
object
Definition
USING:
kernel
;
IN:
compiler.cfg.builder.blocks
:
emit-trivial-call
( block word height -- block' )
rot
[
emit-call-block
]
emit-trivial-block
;