[llvm-dev] Improve JIT C API

Richard Diamond via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 6 19:23:25 PDT 2015


Hey Jauhien,

I'd be happy to review (as a fellow Rust dev). I've already added a few
comments.

Richard Diamond

On Sun, Sep 6, 2015 at 3:52 PM, Jauhien Piatlicki via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> 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
>
>
> _______________________________________________
> 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/20150906/2e50f0e8/attachment.html>


More information about the llvm-dev mailing list