|
|
|
|
|
by fsckboy
904 days ago
|
|
>That will still require the compiler to serialize the three registers to the stack, to be able to pass the pointer to the structure to the callee. why can't it simply pass a pointer to the struct (it's probably already on the stack) without rewriting the struct to the stack? isn't that what a reference is? |
|