[libcxx-commits] [PATCH] D67524: P1144 "Trivially relocatable" (3/3): optimize std::vector and std::swap for trivially relocatable types
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 29 14:33:06 PDT 2019
Quuxplusone updated this revision to Diff 226970.
Quuxplusone added a comment.
Rebased on master, and fixed an exception-safety bug in my patch to `vector::insert/erase`.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67524/new/
https://reviews.llvm.org/D67524
Files:
benchmarks/algorithms.bench.cpp
benchmarks/swap.bench.cpp
include/memory
include/type_traits
include/vector
test/libcxx/containers/sequences/vector/insert_trivially_relocatable.pass.cpp
test/std/containers/sequences/vector/vector.modifiers/insert_exception_safety.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67524.226970.patch
Type: text/x-patch
Size: 24051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191029/67ccf9fe/attachment-0001.bin>
More information about the libcxx-commits
mailing list