Displaying 1 result from an estimated 1 matches for "1041248".
Did you mean:
1031248
2014 Oct 11
7
[LLVMdev] whole program optimization examples?
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