Search found 1 match
- 2020-05-22, 14:56:58
- Forum: Agner's CPU blog
- Topic: Optimization manuals
- Replies: 9
- Views: 96300
Re: Optimization manuals
In the 5. Calling conventions volume, chapter 7, could you perhaps make it more clear how C++ empty objects are passed as a function argument? I know there's a "has now data" row in the table, but even with that it's not clear. I did some experiments. It seems that on x86_64 Linux, the empty object ...