The runtime makes some use of std::vector data structures. We should
be able to replace these trivially with llvm::SmallVector instead.
This should allow us to avoid heap allocations in the majority of cases
now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Generally it will be a good practice to include the header wherever it is used instead of indirect include.