Handbook
Glossary
perform-mappings ( bb to mappings -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
resolve
Inputs
bb
an
object
to
an
object
mappings
an
object
Outputs
None
Definition
USING:
compiler.cfg
compiler.cfg.utilities
kernel
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.resolve
:
perform-mappings
( bb to mappings -- )
[
2drop
]
[
mapping-instructions
insert-basic-block
cfg
get
cfg-changed
]
if-empty
;