[Lldb-commits] [PATCH] D101198: [lldb-vscode] Read requests asynchronously

2021-04-28 Thread walter erquinigo via Phabricator via lldb-commits
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 _

[Lldb-commits] [PATCH] D101198: [lldb-vscode] Read requests asynchronously

2021-04-26 Thread Greg Clayton via Phabricator via lldb-commits
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.

[Lldb-commits] [PATCH] D101198: [lldb-vscode] Read requests asynchronously

2021-04-23 Thread walter erquinigo via Phabricator via lldb-commits
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