progress


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

Variable description
Start index of current live interval. We ensure that all live intervals added to the unhandled set have a start index greater than or equal to this one. This ensures that we can catch infinite loop situations. We also ensure that all live intervals added to the handled set have an end index strictly smaller than this one. This helps catch bugs.

See also
check-handled, check-unhandled

Definition