This is an archive of the discontinued LLVM Phabricator instance.

D148191 with concurrency support removed
Needs ReviewPublic

Authored by JonChesterfield on Apr 17 2023, 4:59 PM.

Details

Reviewers
jhuber6
Summary

D148191 refactored the protocol from client/server into
a process base class and a bit manipulation class and also changed
to support N concurrent calls.

This reduced patch exludes the concurrency changes for easier merging
with D148288 or similar

Diff Detail