[libcxx-commits] [PATCH] D80827: Optimize vector push_back to avoid continuous load and store of end pointer. (alt 2)
Martijn Vels via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 29 12:00:46 PDT 2020
mvels retitled this revision from "credits: this change is based on analysis and a proof of concept by gerbens at google.com." to "Optimize vector push_back to avoid continuous load and store of end pointer. (alt 2)".
mvels edited the summary of this revision.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80827/new/
https://reviews.llvm.org/D80827
More information about the libcxx-commits
mailing list