[PATCH] D61600: [DebugInfo] More precise variable range for stack locations

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 03:00:08 PDT 2019


dstenb added a comment.

In D61600#1527114 <https://reviews.llvm.org/D61600#1527114>, @NikolaPrica wrote:

> > Have you tested the performance when compiling Clang with ASAN enabled to make sure we're not accidentally regressing because of the more thorough single-location check?
>
> I've built LLVM with '-DLLVM_USE_SANITIZER=Address' using downloaded clang binary to produce private clang binary. I've run tests and compiled latest version of gdb with new private binary and I didn't see any regression there. Is that what you meant?


I think that the idea was to see if this patch increases the compilation time when building such a Clang binary.

(Just make sure to use the RelWithDebInfo build type also.)


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

https://reviews.llvm.org/D61600





More information about the llvm-commits mailing list