mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
d88d759a74f1b79cdd45b27f5c1c56cf2d0a472e
find the hotspots in our code when indexing the DWARF. A combination of using SmallVector to avoid collection allocations, using fixed form sizes when possible, and optimizing the hot loops contributed to the speedup. llvm-svn: 113961
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%