search for: tp22749693p22775175

Displaying 3 results from an estimated 3 matches for "tp22749693p22775175".

2009 Mar 30
1
[LLVMdev] JIT Optimization Levels?
...t; > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://www.nabble.com/JIT-Optimization-Levels--tp22749693p22775175.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2009 Mar 30
0
[LLVMdev] JIT Optimization Levels?
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
2009 Mar 27
2
[LLVMdev] JIT Optimization Levels?
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. 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