[llvm] [llvm] Replace `OwningArrayRef` with `std::vector` in `BTFParser` (PR #169124)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 01:54:48 PST 2025
https://github.com/jmorse commented:
This seems fine; could we use SmallVector instead, to avoid allocating memory for small problem sizes? (Depends on the workload of course).
https://github.com/llvm/llvm-project/pull/169124
More information about the llvm-commits
mailing list