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

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 18:25:33 PDT 2024


jasonmolenda wrote:

Ah wait, I see where the difference is coming in -- it's my own fault.  I misread tcsh's time output and only looked at USER seconds.  Looking at the wallclock times, we're 50% faster with the multithreading enabled for this PR's change.  My apologies!

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


More information about the lldb-commits mailing list