[PATCH] D142556: [DebugInfo] Merge partially matching chains of inlined locations

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 5 13:38:11 PST 2023


djtodoro added a comment.

In D142556#4103178 <https://reviews.llvm.org/D142556#4103178>, @dblaikie wrote:

> Numbers look fairly good - wonder if you could get this run through the LLVM perf tracker to get some more stable/precise numbers?
> & any chance you could use something like bloaty ( https://github.com/google/bloaty ) or by hand comparison on a per-section basis on the clang binary? Getting a sense of, specifically, how much bigger this makes .debug_info (but any incidental changes to other sections too) might be helpful

I feel like mentioning “llvm-dwarfdump --show-section-sizes“ :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142556/new/

https://reviews.llvm.org/D142556



More information about the llvm-commits mailing list