Handbook
Glossary
handle-live-out ( bb -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
live-intervals
Inputs
bb
an
object
Outputs
None
Definition
USING:
accessors
assocs
compiler.cfg.linear-scan.ranges
compiler.cfg.liveness
kernel
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.live-intervals
:
handle-live-out
( bb -- )
[
from
get
to
get
]
dip
live-out
keys
[
vreg>live-interval
ranges>>
add-range
]
2with
each
;