|
|
|
|
|
by mort96
1867 days ago
|
|
I still don't understand, sorry. If the callee does something which could cause the caller's object to change, such as calling an unknown function or modifying through another pointer which might alias the parameter, the callee would just have to make a copy. Could you provide an example of a situation where there would be more copies made using the proposed ABI than in traditional ABIs? |
|