[Lldb-commits] [PATCH] D131328: [lldb] Support fetching symbols with dsymForUUID in the background
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Aug 6 23:37:59 PDT 2022
jasonmolenda added a comment.
Interesting idea, it seems worth trying out and seeing how it works in practice.
My read of the llvm::ThreadPool is that this won't create an unbounded number of threads doing background fetches, right. Some of the big UI apps in macOS these days can have a thousand dylib/frameworks loaded in them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131328/new/
https://reviews.llvm.org/D131328
More information about the lldb-commits
mailing list