Displaying 1 result from an estimated 1 matches for "orcrpctargetprocesscontrol".
2020 Nov 16
2
ORC JIT Weekly #26 -- Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime.
...ed to link against OrcTargetProcess library as
well as OrcJIT. For users who want to JIT across processes/targets this
library break-up means that your target process only needs to link against
OrcTargetProcess, not LLVM's core or object libraries.
This patch also introduces a pair of classes, OrcRPCTargetProcessControl
and OrcRPCTPCServer, that enable Orc-RPC based out-of-process execution.
These classes serve two purposes: As an example of how to build
cross-process TargetProcessControl implementations (for anyone who wants to
build their own based on other XPC/IPC systems), and as a way to write
regression test...