[LLVMdev] whole program optimization examples?
Hayden Livingston
halivingston at gmail.com
Fri Oct 10 18:24:42 PDT 2014
Hello,
I was wondering if there is an example list somewhere of whole program
optimizations done by LLVM based compilers?
I'm only familiar with method-level optimizations, and I'm being told wpo
can deliver many great speedups.
My language is currently staticly typed JIT based and uses the JVM, and I
want to move it over to LLVM so that I can have options where it can be
ahead of time compiled as well.
I'm hearing bad things about LLVM's JIT capabilities -- specifically that
writing your own GC is going to be a pain.
Anyways, sort of diverged there, but still looking for WPO examples!
Hayden.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141010/fdba8ed6/attachment.html>
More information about the llvm-dev
mailing list