last-use-rep ( live-interval -- rep )
Spill slot assignment

Prev:first-use-rep ( live-interval -- rep/f )


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

Inputs
live-intervala live-interval-state


Outputs
repa representation


Word description
Gets the last usage representation for the interval. Used when determining what representation it should have when spilled.

See also
first-use-rep

Definition