[llvm-dev] Improve JIT C API

Jauhien Piatlicki via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 6 13:52:44 PDT 2015


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 suggestions on how to better wrap its functionality for C.

Also I would thank everybody who'll review my already sent patch.

[1] http://reviews.llvm.org/D12607

--
Jauhien

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150906/7bef5316/attachment.sig>


More information about the llvm-dev mailing list