Handbook
Glossary
set-basic-block ( basic-block -- )
Vocabulary
compiler
.
cfg
.
builder
.
blocks
Inputs
basic-block
a
basic-block
Outputs
None
Word description
Sets the given blocks as the current one. If it has any
instructions
the current
building
is set to those.
Definition
USING:
accessors
compiler.cfg.stacks.local
kernel
make
namespaces
;
IN:
compiler.cfg.builder.blocks
:
set-basic-block
( basic-block -- )
dup
begin-local-analysis
instructions>>
building
set
;