[PATCH] D64630: [DebugInfo] Address performance regression with r364515

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 11:10:43 PDT 2019


probinson added a comment.

> With ASAN, packs of up to 800 DBG_VALUEs in a row appear (for that file)

That seems excessive; in the past when I've seen this explosion of DBG instructions, the vast majority were redundant. Have you looked at them to see if this is the case?  We might rather eliminate duplicates than write code to make it cheaper to have lots of unnecessary instructions.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64630





More information about the llvm-commits mailing list