[Lldb-commits] [PATCH] D135031: [lldb] [llgs] Move client-server communication into a separate thread (WIP)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 4 08:20:25 PDT 2022
labath added a comment.
I think we should get some measurements (e.g. from the `process plugin packet speed-test` cmd) of the overhead of this approach. The latency/RTT of the connection is very important for some users, and I fear that all of this ping pong could significantly regress that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135031/new/
https://reviews.llvm.org/D135031
More information about the lldb-commits
mailing list