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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 10:58:50 PST 2023


dblaikie added a comment.

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


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

https://reviews.llvm.org/D142556



More information about the llvm-commits mailing list