[LLVMdev] Change optimization level during compilation

sumeeth kc sumeethkc at gmail.com
Sun Mar 24 15:02:31 PDT 2013


Hello,

Is there a way to change the optimization level in the middle of
compilation process when JIT'ing the code lazily? To be more clear, I have
code in bitcode format and I am using LLI to execute it using JIT. But
during some point of time in the execution, I want to set a different level
of optimization for the remainder of the code yet to be compiled and
executed. Is there a way to do it?

Your help is much appreciated.

Thanks,
Sumeeth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130324/29cb87bb/attachment.html>


More information about the llvm-dev mailing list