search for: targetprocesscontrol

Displaying 4 results from an estimated 4 matches for "targetprocesscontrol".

2020 Jul 28
2
ORC JIT Weekly #18 -- TargetProcessControl updates for library loading / searching.
Hi All, This was a quiet week -- the only significant ORC change was to the new TargetProcessControl API [1], which acquired the ability to load libraries and search for symbols in the target process in [2]. A new TargetProcessControl based definition generator is included to take advantage of this, and the LLJITWithTargetProcessControl example has been updated to include it. Regards, Lang. [1]...
2020 Nov 16
2
ORC JIT Weekly #26 -- Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime.
Hi All, I'm back again after a couple of weeks hiatus, and I have some good news for anyone interested in cross-process JITing with OrcV2: The remote TargetProcessControl and Orc library breakup patch has landed in 1d0676b54c4 [1]. Thanks very much to Dave 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...
2020 Sep 14
2
ORC JIT Weekly #21 -- OrcV1 removal, Removable code, and Remote TargetProcessControl
...39;s interested in playing with the prototype I'd recommend starting with the *ResourceTracker* class in https://github.com/lhames/llvm-project/commit/de6f6d57d3e955b998f82ab6e610da41fcb09492 . Finally, adding removable code unblocked another prototype I've been working on: an OrcRPC based TargetProcessControl implementation. I've added that to the "orcv1-removal-with-remote-tpc" branch at https://github.com/lhames/llvm-project. The easiest way to start playing with this feature is via the new llvm-jitlink options: -oop-executor, and -oop-executor-connect. The -oop-executor option will fork...
2020 Nov 16
0
LLVM Weekly - #359, November 16th 2020
...ion on [better support for complex numbers](http://lists.llvm.org/pipermail/llvm-dev/2020-November/146568.html), e.g. to support lowering to FCMLA on AArch64. * ORC JIT Weekly #26 [is out](http://lists.llvm.org/pipermail/llvm-dev/2020-November/146633.html), covering he Orc library break-up, remote TargetProcessControl, and the beginnings of a runtime. * Alexander Yermolovich started a discussion on [supporting DWARF64 with `debug_info` sorting in LLD](http://lists.llvm.org/pipermail/llvm-dev/2020-November/146522.html). * Sean Silva posted an RFC on [adding new `SVec<T> ` and `Vec<T>` convenience wr...