[PATCH] D44823: [libcxx] Improving std::vector<char> and std::deque<char> perfomance
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 29 09:40:45 PST 2019
mclow.lists added a comment.
In D44823#1375590 <https://reviews.llvm.org/D44823#1375590>, @mclow.lists wrote:
> I just tried this (on Compiler Explorer) using LLVM 7, and the code for my original test in https://bugs.llvm.org/show_bug.cgi?id=35637 is now optimal.
Pilot error - it's still the same.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D44823/new/
https://reviews.llvm.org/D44823
More information about the cfe-commits
mailing list