Displaying 2 results from an estimated 2 matches for "orcrpctpcserv".
Did you mean:
orcrpctpcserver
2020 Nov 16
2
ORC JIT Weekly #26 -- Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime.
...cess 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 tests for out-of-proce...
2020 Sep 14
2
ORC JIT Weekly #21 -- OrcV1 removal, Removable code, and Remote TargetProcessControl
Hi All,
Everything is landing all at once, just not in the mainline... yet.
As discussed in
http://lists.llvm.org/pipermail/llvm-dev/2020-September/144885.html: OrcV1
will be removed very soon. I have posted a branch with the removal,
"orcv1-removal", in my llvm fork at https://github.com/lhames/llvm-project.
In addition to removing OrcV1, the orcv1-removal branch also contains a