[PATCH] D54217: Add total function byte size and inline function byte size to "llvm-dwarfdump --statistics"

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 17:02:31 PST 2018


aprantl added a comment.

I'm afraid that any numbers won't be really stable — especially the ones about code size. In fact, we are getting a notifications whenever any of those values regresses via LNT (http://lnt.llvm.org/db_default/v4/nts/114748), so that kind of covers the values of the statistics?
For other parameters (number of non-inlined functions), it may be more obvious that expecting a hard-coded value is the right thing.


https://reviews.llvm.org/D54217





More information about the llvm-commits mailing list