search for: c22ab50d

Displaying 1 result from an estimated 1 matches for "c22ab50d".

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