[PATCH] D100387: Simplify BitVector code
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 18:10:49 PDT 2021
thakis added a comment.
About the actual change: LLVM code tries to be careful with allocations. std::vector is pretty allocation-heavy. Did you check that this doesn't increase malloc traffic?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100387/new/
https://reviews.llvm.org/D100387
More information about the llvm-commits
mailing list