[libcxx-commits] [PATCH] D80588: Optimize vector push_back to avoid continuous load and store of end pointer.

Martijn Vels via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 29 12:00:45 PDT 2020


mvels updated this revision to Diff 267320.
mvels marked 2 inline comments as done.
mvels added a comment.

renamed __end --> __pos


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80588

Files:
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80588.267320.patch
Type: text/x-patch
Size: 4716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200529/609f42f9/attachment-0001.bin>


More information about the libcxx-commits mailing list