[llvm] [memprof] Use std::vector<Frame> instead of llvm::SmallVector<Frame> (NFC) (PR #94432)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 23:38:32 PDT 2024


MaskRay wrote:

Consider `SmallVector<Frame, 0>`? `sizeof(SmallVector<X, 0>) < sizeof(vector<X>)`

https://github.com/llvm/llvm-project/pull/94432


More information about the llvm-commits mailing list