activate-intervals ( n -- )


Vocabulary
compiler.cfg.linear-scan.allocation.state

Inputs
nan integer


Outputs
None

Word description
Any inactive intervals which have ended are moved to handled. Any inactive intervals which do not cover the current position are moved to active.

Definition