Handbook
Glossary
linear-scan-allocation-with-registers ( graph registers -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
validation
Inputs
graph
an
object
registers
an
object
Outputs
None
Definition
USING:
compiler.cfg.linear-scan
compiler.cfg.ssa.destruction
kernel
;
IN:
compiler.cfg.register-allocation.validation
:
linear-scan-allocation-with-registers
( graph registers -- )
[
dup
destruct-ssa
]
dip
linear-scan-with-registers
;