|
|
|
|
|
by wasmperson
16 days ago
|
|
It matters in single-pass compilers. You can't allocate a variable in a register if its address is ever taken, but by the time a single-pass compiler knows that information it has already spit out all of the assembly for the function. |
|