[LLVMdev] LLVM JIT

Reid Kleckner rnk at google.com
Wed Apr 1 08:37:26 PDT 2015


That web page is dated. The old JIT used to use it's own encoders separate
from the standard assembly pipeline. Today we use MCJIT, which builds
object files the normal way in memory and then relocates and runs them.

On Wed, Apr 1, 2015 at 12:27 AM, Закиров Марат <marat61 at gmail.com> wrote:

> 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.*
> *С уважением Марат.*
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150401/f1ed5aeb/attachment.html>


More information about the llvm-dev mailing list