[PATCH] D94631: [DebugInfo] Add support for multiple value references in debug values, and enable salvaging
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 05:10:46 PST 2021
StephenTozer added a comment.
In D94631#2526890 <https://reviews.llvm.org/D94631#2526890>, @vsk wrote:
> Just chiming in with compile time numbers on the -O3-optimized bitcode file from D74986 <https://reviews.llvm.org/D74986>.
Good to hear - these numbers look promising. The apparent slowdown on LiveDebugValues is unfortunate and might be worth fixing if possible, but it's nothing close to the "old" performance. The question now is whether the presence of DBG_VALUE_LISTs causes a large performance hit; I don't think there's anything in there that should cause any dire issues, but I appreciate any certainty that can be given.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94631/new/
https://reviews.llvm.org/D94631
More information about the llvm-commits
mailing list