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
Whether the given live interval must be spilled at the sync point. If the instruction for the given sync point is a hairy-clobber-insn, such as a (##call-gc instruction) then the interval is always spilled.

Definition