Handbook
Glossary
finish-live-interval ( live-interval -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
live-intervals
Inputs
live-interval
a
live-interval-state
Outputs
None
Word description
Reverses the 'ranges' and 'uses' of the live-interval since those are computed in the reverse order.
Definition
USING:
accessors
kernel
sequences
;
IN:
compiler.cfg.linear-scan.live-intervals
:
finish-live-interval
( live-interval -- )
[
ranges>>
reverse!
]
[
uses>>
reverse!
]
[
check-start
]
tri
2drop
;