[PATCH] D102487: Avoid underestimating the number of DIEs for a given debug info size.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 09:34:23 PDT 2021
dblaikie added a comment.
Could you upload this with context?
& /maybe/ if you're willing, try building with different settings (optimized, unoptimized, etc) & see if that makes any difference?
You could add a statistic to llvm-dwarfdump --statistics if you like ,to make it easy to gather the mean-bytes-per-DIE stat (maybe it already has the data to compute it? Not sure if it has a DIE count stat)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102487/new/
https://reviews.llvm.org/D102487
More information about the llvm-commits
mailing list