Handbook
Glossary
activate-recorded-entry ( interval records -- )
Vocabulary
compiler
.
cfg
.
register-allocation
.
ssa
.
phases
Inputs
interval
an
object
records
an
object
Outputs
None
Definition
USING:
assocs
compiler.cfg.linear-scan.assignment
kernel
make
;
IN:
compiler.cfg.register-allocation.ssa.phases
::
activate-recorded-entry
( interval records -- )
interval records
key?
[
[
interval
activate-interval
]
V{
}
make
dup
interval records
set-at
%
]
[
interval
activate-interval
]
if
;