Handbook
Glossary
compute-live-intervals-step ( bb -- )
Vocabulary
compiler
.
cfg
.
linear-scan
.
live-intervals
Inputs
bb
an
object
Outputs
None
Definition
USING:
accessors
combinators
namespaces
sequences
;
IN:
compiler.cfg.linear-scan.live-intervals
:
compute-live-intervals-step
( bb -- )
{
[
block-from
from
set
]
[
block-to
to
set
]
[
handle-live-out
]
[
instructions>>
<reversed>
[
compute-live-intervals*
]
each
]
}
cleave
;