<div dir="ltr"><div>Hello,</div><div><br></div><div>I was wondering if there is an example list somewhere of whole program optimizations done by LLVM based compilers?</div><div><br></div><div>I'm only familiar with method-level optimizations, and I'm being told wpo can deliver many great speedups.</div><div><br></div><div>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.</div><div><br></div><div>I'm hearing bad things about LLVM's JIT capabilities -- specifically that writing your own GC is going to be a pain.</div><div><br></div><div>Anyways, sort of diverged there, but still looking for WPO examples!</div><div><br></div><div>Hayden.</div></div>