[PATCH] D72797: [llvm-dwarfdump][Statistics] Distinguish functions/variables with same name across different CUs

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 02:54:34 PST 2020


djtodoro added a comment.

In D72797#1823452 <https://reviews.llvm.org/D72797#1823452>, @djtodoro wrote:

> Nice, thanks! Please post the rest of the patches, when you are ready, and make a stack of the patches.
>
> > This five patches reduces 'total availability' metric of clang binary
> > (debug build) from 126% to 87%.
>
> I guess we are talking about the build with `-g -O2`?


Or any level of optimization higher than `-O0` + `-g`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72797





More information about the llvm-commits mailing list