compute-live-intervals ( cfg -- intervals/sync-points )


Vocabulary
compiler.cfg.linear-scan.live-intervals

Inputs
cfga cfg


Outputs
intervals/sync-pointsa sequence


Word description
Computes the live intervals and sync points of a cfg.

Notes
The instructions must be numbered.

Definition