[PATCH] D66525: WIP: [llvm-dwarfdump] Add additional stats fields

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 10:29:32 PDT 2019


vsk added a comment.

Have you considered representing scope coverage using a map from decile to the number of variables in that decile? The map can contain two special keys for 0 and 100 if you'd like, and could be emitted as JSON directly. I expect that will simplify the code substantially (both here and in the locstats utility) and offer more granular reports.


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

https://reviews.llvm.org/D66525





More information about the llvm-commits mailing list