Thread
Stories related to "Choo, architecture & performance" across the full archive.
Story describes how I fixed JS execution time from 26 to 1
sec
Neat way to leverage PhantomJS :)
"a new project to implement a lightweight high-performance JavaScript runtime in Java"
(mail.openjdk.java.net)
For some time now, Apple have been working on using LLVM as a fourth tier JIT. For those not familiar with the concept, the modern JS JITs have a series of tiers optimised for different workloads. e.g. JavascriptCore starts in an interpreted mode (low compilation time) and when a function/loop is in...