[LLVMdev] JIT Optimization Levels?

Evan Cheng evan.cheng at apple.com
Sun Mar 29 17:36:18 PDT 2009


On Mar 27, 2009, at 2:47 PM, Nyx wrote:

>
> Hello,
>
> Is there a way to control how optimized the x86 code generated by  
> the JIT
> is? I mean the actual x86 code, not the llvm IR (I know about those
> optimization passes). I would like to make it as optimized as  
> reasonably
> possible.

Then the default is what you want. By default, all the codegen  
optimizations are being run.

Evan

>
>
> Thank you for your time,
>
> - Maxime
> -- 
> View this message in context: http://www.nabble.com/JIT-Optimization-Levels--tp22749693p22749693.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list