[llvm] [DWARF] Speedup .gdb_index dumping (PR #151806)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 2 01:31:19 PDT 2025


itrofimow wrote:

I have a binary with gdb-index of size ~250Mb, and for that binary `llvm-dwarfdump --gdb-index` takes basically forever (10+ minutes) to complete.
With the patch applied it takes ~5s

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


More information about the llvm-commits mailing list