Handbook
Glossary
initialize-spillsets ( groups -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
backtracking
Inputs
groups
an
object
Outputs
None
Definition
USING:
accessors
assocs
kernel
namespaces
sequences
;
IN:
compiler.cfg.register-allocation.backtracking
::
initialize-spillsets
( groups -- )
H{
}
clone
bundle-spillsets
set
V{
}
clone
spill-home-pool
set
groups
[|
intervals |
intervals
make-spillset
:>
spillset spillset
members>>
[
spillset
swap
bundle-spillsets
get
set-at
]
each
]
each
;