[Lldb-commits] [lldb] Parallelize module loading in POSIX dyld code (PR #130912)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 14 10:15:39 PDT 2025


================
@@ -0,0 +1,8 @@
+
+include "../../../../include/lldb/Core/PropertiesBase.td"
+
+let Definition = "dynamicloaderposixdyld" in {
+  def ParallelModuleLoad: Property<"parallel-module-load", "Boolean">,
----------------
JDevlieghere wrote:

If we settle on keeping the per-plugin setting, this should be consistent with `plugin.dynamic-loader.darwin.experimental.enable-parallel-image-load`, i.e. be under experimental and use `enable-parallel-image-load` (even though I like your setting without the enable a little more). If we hoist it to target, then I'd like to go with `parallel-module-load`. 

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


More information about the lldb-commits mailing list