[llvm-dev] LLVM JIT reentrant?
Toshiyasu Morita via llvm-dev
llvm-dev at lists.llvm.org
Mon Feb 13 11:24:56 PST 2017
I'm wondering if the LLVM JIT can be used in a reentrant manner.
Specifically, what I'd like to do is:
o Use LLVM JIT to compile code.
o Call the compiled function.
o Have the compiled function call the LLVM JIT to compile (and execute)
more code.
If it helps, I'm currently using the MCJIT interface.
Toshi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170213/67af776d/attachment.html>
More information about the llvm-dev
mailing list