|
|
|
|
|
by tsimionescu
668 days ago
|
|
I would guess that the main reason is that the on-stack way only works for local variables. If you want to pass anything else by reference, you need to use some kind of address to it, since it's not in the caller's stack anyway. |
|