[PATCH] D67410: [DWARF] Emit call site parameter info when tuning for lldb

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 10:40:32 PDT 2019


dblaikie added a comment.

In D67410#1666370 <https://reviews.llvm.org/D67410#1666370>, @aprantl wrote:

> I'm very curious what the effect of this patch on our green dragon statistics bot will be (http://green.lab.llvm.org/green/view/LLDB/job/clang-3.4-debuginfo-statistics/).


What sort of statistics do we track that would be impacted by this change?

(to me it doesn't seem like this feature would improve coverage, etc - partly mechanically (this adds new tags we might not have any stats for) and partly practically (knowing the value of the parameter in the caller doesn't necessarily mean you know the value of the parameter at various points in the callee - parameters are usually mutable, so the callee might've modified the parameter & the callee's value won't reflect that))


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

https://reviews.llvm.org/D67410





More information about the llvm-commits mailing list