[llvm] [llvm][Docs] Add a release note about the lldb DWARF indexing speedup (PR #122870)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 06:27:18 PST 2025
================
@@ -449,6 +449,8 @@ Changes to LLDB
_regexp-bt -- Show backtrace of the current thread's call ...
_regexp-display -- Evaluate an expression at every stop (see 'h...
```
+* DWARF indexing speed (for binaries not using the debug_names index) increased
+ by 30-60%, depending on the configuration.
----------------
labath wrote:
Done (after some wrestling with the github "edit file" UI).
https://github.com/llvm/llvm-project/pull/122870
More information about the llvm-commits
mailing list