Online Computer Dictionary

Browse words  |  Based on FOLDOC
e.g. C  abstract class  ACID

Queried for: register spilling  About register spilling

Definition:

(By analogy with spilling the contents of an overfull container) When a compiler is generating machine code and there are more live variables than the machine has registers and it has to transfer or "spill" some variables from registers to memory.