[Lldb-commits] [lldb] [WIP] [lldb][Progress] Report progress when completing types from DWARF (PR #91452)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu May 9 22:09:00 PDT 2024
https://github.com/clayborg commented:
How many notifications happen during an expression? We want to make sure this doesn't slow down expression evaluation by any appreciable amount. If we spam these notifications, without having any throttling in place (I have an open patch for this I haven't been getting back to: https://github.com/llvm/llvm-project/pull/75769) I fear this will cause things to slow down a bit. I know IDEs are more sensitive to being blasted with progress updates.
https://github.com/llvm/llvm-project/pull/91452
More information about the lldb-commits
mailing list