Kevin J. Jones

Tracing JIT for Javascript

Posted in Dynamic Languages, Java by abahtowt on December 31, 2007

This looks important.  Smart guys from UC Irvine have developed a technique for getting significant performance gains in a JVM using a much simpler (and therefore smaller & cheaper) JIT model. The Adobe team behind the Tamarin VM for Javascript have announced a branch which is trying to use this technique. The original paper shows gains of 7x over interpretation against 10x for Hotspot. It’s easy to get mislead by micro-benchmarks but lets hope this materialises into gains on everyday workloads.   

Leave a Reply