[LLVMdev] LLVM JIT

Закиров Марат marat61 at gmail.com
Wed Apr 1 00:27:37 PDT 2015


Hi folks!

I am currently involved in project which uses LLVM JIT and I have a couple
of questions for you:

1) According to http://llvm.org/Features.html LLVM JIT supports only X86
and PowerPC, but LLVM code generator supports ARM too. Are there any plans
for JIT to make support also for ARM backend?
2) Could LLVM JIT collect some hot traces from overall code and execute it
separately (after making aggressive optimizations on it) from the cold code
with higher performance?

-- 

*Regards, Marat.*
*С уважением Марат.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150401/20355715/attachment.html>


More information about the llvm-dev mailing list