llvm-project
aafc3185 - [libc++] Optimize vector::emplace_back (#218658)

Commit
4 days ago
[libc++] Optimize vector::emplace_back (#218658) This avoids using a lot of stack memory for `emplace_back` by making the outlined lambda `static`. This also reduces the number of instructions to execute a simple `emplace_back`.
Author
Parents
Loading