[Lldb-commits] [lldb] DynamicLoaderDarwin load images in parallel (PR #110439)

Dmitrii Galimzianov via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 18:52:37 PDT 2024


DmT021 wrote:

Nice. Also there's no significant difference between `build.release` and `release.parallel-with-preload` with sequential load which is good.
I wonder why your parallel runs are slightly less performant than mine relative to the sequential ones. I mean it's almost certainly the contention for the string pools' mutexes. But I still wonder why exactly.

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


More information about the lldb-commits mailing list