[PATCH] D77621: ADT: SmallVector size/capacity use word-size integers when elements are small
Andrew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 24 12:26:41 PDT 2020
browneee updated this revision to Diff 259949.
browneee added a comment.
Switch back to size and capacity type conditionally larger approach (appologies for the noise here).
Apply performance regression solutions from @nikic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77621/new/
https://reviews.llvm.org/D77621
Files:
llvm/include/llvm/ADT/SmallVector.h
llvm/lib/Support/SmallVector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77621.259949.patch
Type: text/x-patch
Size: 8334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200424/1b65e85d/attachment-0001.bin>
More information about the cfe-commits
mailing list