spill-at-sync-point ( sync-point live-interval -- ? )


Vocabulary
compiler.cfg.linear-scan.allocation

Inputs
sync-pointa sync-point
live-intervala live-interval-state


Outputs
?a boolean


Word description
Maybe spills the live-interval at the given sync point. If the interval was spilled, then f is put on the stack to indicate that the interval isn't live anymore, t otherwise.

See also
spill-at-sync-point?

Definition