Re: [lldb-dev] Parallelize loading of shared libraries

2017-04-13 Thread Jim Ingham via lldb-dev
> On Apr 13, 2017, at 9:06 AM, Scott Smith via lldb-dev > wrote: > > Ok. I tried doing something similar to gdb but was unable to make any > headway because they have so many global variables. It looked more promising > with lldb since there were already some locks. > > I assume you're tal

Re: [lldb-dev] Parallelize loading of shared libraries

2017-04-13 Thread Scott Smith via lldb-dev
Ok. I tried doing something similar to gdb but was unable to make any headway because they have so many global variables. It looked more promising with lldb since there were already some locks. I assume you're talking about check-lldb? https://lldb.llvm.org/test.html I'll work on getting those

Re: [lldb-dev] Parallelize loading of shared libraries

2017-04-13 Thread Pavel Labath via lldb-dev
I've have looked at paralelization of the module loading code some time ago, albeit with a slightly different use case in mind. I eventually abandoned it (at least temporarily) because I could not get it to work correctly for all use cases. I do think that doing this is a good idea, but I think it