pub fn linear_scan(
intervals: &[LiveInterval],
allocatable: &[PReg],
) -> RegAllocResultExpand description
Run linear-scan allocation over intervals using allocatable registers.
Spilled VRegs are recorded in RegAllocResult::spilled.
pub fn linear_scan(
intervals: &[LiveInterval],
allocatable: &[PReg],
) -> RegAllocResultRun linear-scan allocation over intervals using allocatable registers.
Spilled VRegs are recorded in RegAllocResult::spilled.