[Lldb-commits] [lldb] [lldb] Preparation for DWARF indexing speedup (PR #123732)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 27 17:09:38 PST 2025


https://github.com/clayborg commented:

IIUC this is just moving funtionality around right now so that we can eventually plug-in a different `IndexSet<T>` where T is an improved version that doesn't use `ConstString` objects?

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


More information about the lldb-commits mailing list