Displaying 2 results from an estimated 2 matches for "cae0fe2c".
2015 Sep 08
2
Improve JIT C API
...LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150908/cae0fe2c/attachment.html>
2015 Sep 06
4
Improve JIT C API
Hi all,
I would like to have better C API for LLVM JIT, as I have plans to use
it from Rust. I've sent already a patch [1] that adds possibility to
create custom memory managers based on SectionMemoryManager using C API.
What I would like to have now is a possibility to access ORC through C
API somehow. The problem here is that ORC uses templates heavily. So I'm
looking for any