[PATCH] D90884: [SmallVector] Add a default small size.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 13:59:11 PST 2020
mehdi_amini added a comment.
In D90884#2392543 <https://reviews.llvm.org/D90884#2392543>, @dexonsmith wrote:
> having `llvm::Vector` be bigger than `std::vector` seems dangerous to me, simply because it would be surprising.
Oh so we should name it `llvm::BigVector` instead then ;)
(just joking, just joking...)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90884/new/
https://reviews.llvm.org/D90884
More information about the llvm-commits
mailing list