[LLVMdev] LVLM runtime optimization during LLVM Analysis Passes.
Philip Reames
listmail at philipreames.com
Wed Apr 9 12:58:15 PDT 2014
On the optimization side, profile guided opts are currently somewhat
limited. However, a couple of folks are actively working in this area.
All of the runtime support (i.e. recompiling, linking, etc..) is out of
scope for LLVM. Since this is the majority of the work required to
support PGO in a JIT, that's probably your answer.
p.s. I'm answering what I *think* your question was. If this doesn't
help, you'll need to clarify your question.
Philip
On 04/07/2014 01:20 PM, Sri wrote:
> Hi
> Does current llvm support dynamic optimization level for
> generated llvm IR which means , is it possible to monitor some
> function's execution pattern during the runtime and apply different
> optimization level for particular function using LLVM Analysis Passes.
>
> Thanks
>
> Regards
> Sri.
>
>
> _______________________________________________
> 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/20140409/7984cb1d/attachment.html>
More information about the llvm-dev
mailing list