[PATCH] D36481: /redundancyReport proof of concept

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 13:11:31 PDT 2017


pcc added a comment.

I'm wondering whether .ilk size is mostly a factor of the #sections rather than the size of each section. If so, it may be simpler to create the redundancy report by counting the number of "comdat discarded" messages.


https://reviews.llvm.org/D36481





More information about the llvm-commits mailing list