[llvm] [llvm][Docs] Add a release note about the lldb DWARF indexing speedup (PR #122870)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 01:38:58 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.
----------------
DavidSpickett wrote:

Configuration of what, perhaps it is of the compiler producing the binary, which changes the complexity of the debug info?

https://github.com/llvm/llvm-project/pull/122870


More information about the llvm-commits mailing list