[Lldb-commits] [lldb] Don't count all the frames just to skip the current inlined ones. (PR #80918)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 6 17:39:06 PST 2024
jimingham wrote:
I found this looking though a bunch of samples to see why some operation was slow, and a good bit of the time was this unnecessary counting the stack.
Except for performance, this is not easily observable, I couldn't figure out how to write a robust test.
https://github.com/llvm/llvm-project/pull/80918
More information about the lldb-commits
mailing list