Displaying 2 results from an estimated 2 matches for "orcshar".
Did you mean:
orchard
2020 Nov 16
2
ORC JIT Weekly #26 -- Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime.
...e Blaikie and Stefan Graenitz
for all their feedback on the review!
As described in my last email, this commit breaks the OrcJIT library into
three pieces:
- OrcJIT retains the bulk of the code.
- OrcTargetProcess contains code only needed by JIT execution processes,
and depends only on Support.
- OrcShared contains code required by both of these libraries -- mostly RPC
and error types.
For OrcV2 users who are running JIT'd code in-process the only essential
change is that you will need to link against OrcTargetProcess library as
well as OrcJIT. For users who want to JIT across processes/target...
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