search for: oruntime

Displaying 2 results from an estimated 2 matches for "oruntime".

Did you mean: runtime
2004 Aug 17
0
[LLVMdev] Optimization Levels - Need The Details
...lags). In the near future, I think we should plan another flag for runtime optimization. It should *not* be just another level in the above list (like -O4) because it should be orthogonal to the above set of choices, i.e., you can combine runtime opt. with any level of development-time opt: -Oruntime -- transparent run-time optimization (or -Odynamic) --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.cs.uiuc.edu/ On Aug 14, 2004, at 7:25 PM, Reid Spencer wrote: > Folks, > > I'm at the point in developing llvmc (Compiler Driver) where I need to > get the details on the specif...
2004 Aug 15
4
[LLVMdev] Optimization Levels - Need The Details
Folks, I'm at the point in developing llvmc (Compiler Driver) where I need to get the details on the specific optimization arguments that the -O family of options should (by default) issue to "opt". I'm soliciting your feedback on this so I can start testing optimization. Hopefully you can provide it by early this coming week. For clarity, the -O options are currently defined