Handbook
Glossary
temp-spill ( rep -- spill-slot )
Vocabulary
compiler
.
cfg
.
linear-scan
.
resolve
Inputs
rep
an
object
Outputs
spill-slot
an
object
Definition
USING:
accessors
assocs
compiler.cfg
compiler.cfg.linear-scan.allocation.state
cpu.architecture
namespaces
;
IN:
compiler.cfg.linear-scan.resolve
:
temp-spill
( rep -- spill-slot )
rep-size
temp-spills
get
[
cfg
get
stack-frame>>
next-spill-slot
]
cache
;