[PATCH] D22470: [libcxx] Improve shared_ptr dtor performance

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 08:10:50 PDT 2016


bcraig updated the summary for this revision.
bcraig updated this revision to Diff 64504.
bcraig added a comment.

Added weak_ptr benchmark, as that's where the cost shifted.


https://reviews.llvm.org/D22470

Files:
  benchmarks/shared_ptr_create_destroy.cpp
  benchmarks/shared_ptr_inc_dec_ref.cpp
  benchmarks/weak_ptr_inc_dec_ref.cpp
  src/memory.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22470.64504.patch
Type: text/x-patch
Size: 5513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160719/4306479b/attachment.bin>


More information about the cfe-commits mailing list