|
|
|
|
|
by jcelerier
1871 days ago
|
|
> A correctly-specified ABI should pass large structures by immutable reference is just not possible. CPUs don't know about `const`. So you have to work with the assumption that functions that you call can do anything to their arguments. Thus copies cannot be avoided. |
|