Handbook
Glossary
check-activate ( live-interval -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
allocation
.
state
Inputs
live-interval
an
object
Outputs
None
Definition
USING:
accessors
kernel
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.allocation.state
:
check-activate
( live-interval -- )
check-allocation?
get
[
dup
[
reg>>
]
[
active-intervals-for
[
reg>>
]
map
]
bi
member?
[
register-already-used
]
[
drop
]
if
]
[
drop
]
if
;