Handbook
Glossary
align-spill-area ( align stack-frame -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
state
Inputs
align
an
integer
stack-frame
a
stack-frame
Outputs
None
Word description
This word is used to ensure that the alignment of the spill area in the
cfg
is equal to the largest
spill-slot
.
Definition
USING:
accessors
kernel
math.order
;
IN:
compiler.cfg.linear-scan.allocation.state
:
align-spill-area
( align stack-frame -- )
[
max
]
change-spill-area-align
drop
;