Handbook
Glossary
generate-block ( bb -- )
Vocabulary
compiler
.
codegen
Inputs
bb
a
basic-block
Outputs
None
Word description
Emits machine code to the current
make
sequence for one basic block.
Definition
USING:
accessors
compiler.cfg
compiler.codegen.labels
kernel
namespaces
sequences
;
IN:
compiler.codegen
:
generate-block
( bb -- )
[
basic-block
set
]
[
lookup-label
resolve-label
]
[
instructions>>
[
generate-insn
]
each
]
tri
;