[PATCH] D90884: [SmallVector] Add a default small size.

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 12:09:52 PST 2020


tschuett added a comment.

Isn't the real answer a profiler and data collection.

- Which SmallVector's are too large?
- Which SmallVector's create heap allocations?


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