zhyty wrote: > I wonder if instead of a boolean we should pass down a function that > schedules the module loading as suggested in #10746. > > That gives more flexibility in that we could immediately schedule the preload > to happen in parallel (as done in the other PR), or for your use case we > could accumulate the preload callbacks into a vector and then schedule all > the preload jobs to run in parallel once all the modules have been loaded. > > Any thoughts @DmT021?
(Proper link would be https://github.com/swiftlang/llvm-project/pull/10746. #10746 in this repo refers to something unrelated) https://github.com/llvm/llvm-project/pull/166480 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
