Handbook
Glossary
compute-live-intervals ( cfg -- intervals/sync-points )
Vocabulary
compiler
.
cfg
.
linear-scan
.
live-intervals
Inputs
cfg
a
cfg
Outputs
intervals/sync-points
a
sequence
Word description
Computes the live intervals and sync points of a cfg.
Notes
The instructions must be numbered.
Definition
USING:
kernel
sequences
;
IN:
compiler.cfg.linear-scan.live-intervals
:
compute-live-intervals
( cfg -- intervals/sync-points )
[
cfg>live-intervals
]
[
cfg>sync-points
]
bi
append
;