Lexicon Entry
Register Spilling
When the register allocator runs out of physical registers to hold active variables, it 'spills' a value to a stack slot in memory. This adds latency but allows the program to continue.
When the register allocator runs out of physical registers to hold active variables, it 'spills' a value to a stack slot in memory. This adds latency but allows the program to continue.