When Fast is Faster Than Fastest

Excellent real-world JavaScript performance for the web — both in the browser and server-side with — has never been more important. Over the last few years, the V8 team has learned that optimizing for the real world is different than optimizing for synthetic benchmarks. The key lesson? Consistent, good baseline performance across the entire JavaScript language is the central ingredient to a fast web. In this talk, we’ll discuss how V8’s new compilation pipeline using Ignition and TurboFan enables good baseline performance, and better yet, we’ll demonstrate how using the full expressiveness of the JavaScript language in your applications can lead to faster code.
Back to Top