spill-after ( after -- after/f )


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

Inputs
aftera live-interval-state


Outputs
after/fa live-interval-state or f


Word description
If the interval has no more usages after the spill location, then it is the first child of an interval that was split. We spill the value and let the resolve pass insert a reload later. An interval may be split if it overlaps a sync-point.

See also
spill-before

Definition