[llvm-dev] MCJIT versus Orc
Russell Wallace via llvm-dev
llvm-dev at lists.llvm.org
Tue Mar 29 12:15:49 PDT 2016
When writing a JIT compiler using LLVM, as I understand it, you can use two
alternative APIs, MCJIT and Orc. The latter offers lazy compilation. Would
it be accurate to say that if you want eager compilation - always compile
an entire module upfront - you should use MCJIT?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160329/b2904326/attachment.html>
More information about the llvm-dev
mailing list