Handbook
Glossary
begin-word ( block -- block' )
Final stage of compilation generates machine code from dataflow IR
Prev:
build-cfg ( nodes word -- procedures )
Next:
end-word ( block -- block' )
Vocabulary
compiler
.
cfg
.
builder
Inputs
block
an
object
Outputs
block'
an
object
Definition
USING:
accessors
compiler.cfg.builder.blocks
compiler.cfg.instructions
;
IN:
compiler.cfg.builder
:
begin-word
( block -- block' )
t
>>kill-block?
##safepoint,
##prologue,
##branch,
begin-basic-block
;