wallace abandoned this revision.
wallace added a comment.
i'll rather focus on parallelizing symbol preloading
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101198/new/
https://reviews.llvm.org/D101198
_
clayborg added a comment.
This will be tricky to do right and I really don't know how much extra
performance we will get out of this for all of the possible issues we will can
introduce by multi-threading things. That being said, I am happy to help see if
this will actually improve performance.
wallace created this revision.
wallace added reviewers: clayborg, kusmour.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Currently, lldb-vscode is reading and processing requests one at a time, which
doesn't match exactly the inte