[libcxx-commits] [PATCH] D67524: P1144 "Trivially relocatable" (3/3): optimize std::vector reallocate/insert and std::swap for trivially relocatable types

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 1 16:56:55 PST 2020


Quuxplusone updated this revision to Diff 235805.
Quuxplusone retitled this revision from "P1144 "Trivially relocatable" (3/3): optimize std::vector and std::swap for trivially relocatable types" to "P1144 "Trivially relocatable" (3/3): optimize std::vector reallocate/insert and std::swap for trivially relocatable types".
Quuxplusone added a comment.
Herald added a project: libc++.

Migrate to the monorepo.
@ericwf ping? What's the deal with this new benchmark?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67524/new/

https://reviews.llvm.org/D67524

Files:
  libcxx/benchmarks/algorithms.bench.cpp
  libcxx/benchmarks/swap.bench.cpp
  libcxx/include/memory
  libcxx/include/type_traits
  libcxx/include/vector
  libcxx/test/libcxx/containers/sequences/vector/insert_trivially_relocatable.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_exception_safety.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67524.235805.patch
Type: text/x-patch
Size: 24211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200102/d70922ae/attachment-0001.bin>


More information about the libcxx-commits mailing list