Handbook
Glossary
ssa-register-intervals ( intervals fixed-locations -- intervals' )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
Inputs
intervals
an
object
fixed-locations
an
object
Outputs
intervals'
an
object
Definition
USING:
accessors
assocs
kernel
sequences
;
IN:
compiler.cfg.register-allocation.ssa
::
ssa-register-intervals
( intervals fixed-locations -- intervals' )
fixed-locations
[
intervals
[
vreg>>
fixed-locations
key?
]
reject
]
[
intervals
]
if
;