Handbook
Glossary
(allocate-registers) ( unhandled-min-heap -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
Inputs
unhandled-min-heap
stuff
Outputs
None
Word description
Register allocation works by emptying the unhandled intervals and sync points.
Definition
USING:
heaps
kernel
;
IN:
compiler.cfg.linear-scan.allocation
:
(allocate-registers)
( unhandled-min-heap -- )
[
drop
handle
]
slurp-heap
;