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

2025-04-22 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/123732 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2025-04-22 Thread Pavel Labath via lldb-commits
labath wrote: ping https://github.com/llvm/llvm-project/pull/123732 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2025-04-22 Thread Pavel Labath via lldb-commits
https://github.com/labath updated https://github.com/llvm/llvm-project/pull/123732 >From 68b192e29131d04f38474b7ad44e84aff41a8c21 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 21 Jan 2025 11:50:31 +0100 Subject: [PATCH] [lldb] Preparation for DWARF indexing speedup This is part of the

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

2025-03-11 Thread Pavel Labath via lldb-commits
labath wrote: That is correct. https://github.com/llvm/llvm-project/pull/123732 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2025-03-11 Thread Pavel Labath via lldb-commits
https://github.com/labath updated https://github.com/llvm/llvm-project/pull/123732 >From 9227e1c8f63fb037f140db0276dc1a6e2d9bb0d6 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 21 Jan 2025 11:50:31 +0100 Subject: [PATCH] [lldb] Preparation for DWARF indexing speedup This is part of the

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

2025-02-27 Thread Greg Clayton via lldb-commits
https://github.com/clayborg commented: IIUC this is just moving funtionality around right now so that we can eventually plug-in a different `IndexSet` where T is an improved version that doesn't use `ConstString` objects? https://github.com/llvm/llvm-project/pull/123732 ___

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

2025-01-21 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Pavel Labath (labath) Changes This is part of the work proposed in ;. One of the change is that the there will be a different structure for holding the partial indexe

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

2025-01-21 Thread Pavel Labath via lldb-commits
https://github.com/labath created https://github.com/llvm/llvm-project/pull/123732 This is part of the work proposed in . One of the change is that the there will be a different structure for holding the partial indexes a