search for: readynow

Displaying 2 results from an estimated 2 matches for "readynow".

2014 Oct 12
3
[LLVMdev] whole program optimization examples?
...to work, I put 2 years of my life every single day into it". But honestly, I personally am not familiar with writing a GC or what necessarily entails -- I want to, and I can pick it up, but I spent most of time writing JVM based tooling, profilers, and byte code cachers, etc. With regards to ReadyNow, I think at least someone on my team was looking at it. In any case, I'll be following your blog closely now! On Sat, Oct 11, 2014 at 5:15 PM, Philip Reames <listmail at philipreames.com> wrote: > On 10/10/2014 06:24 PM, Hayden Livingston wrote: > >> Hello, >> >&gt...
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