 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
Variable
accessed in a function nested within
|
|
|
this one
|
|
|
|
– |
The variable has
escaped
|
|
|
• |
Register
holding variable needed for something
|
|
else
|
|
|
|
– |
No other
register available
|
|
|
• |
Too many
locals/temporaries/parameters to fit
|
|
|
in registers
|
|
|
|
– |
And so they spill out into the frame
|
|