Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
roca
on Aug 7, 2020
|
parent
|
context
|
favorite
| on:
What Is the Minimal Set of Optimizations Needed fo...
I mean this:
https://en.wikipedia.org/wiki/Copy_propagation
brandmeyer
on Aug 11, 2020
[–]
With respect to zero-cost abstractions, its copy elision that matters. operator= is just another function in C++, for example. Only in a handful of specific circumstances is the compiler allowed to elide calls to operator=.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: