Google I/O 2009 - V8: ..High Performance JavaScript Engine


Google I/O 2009 - V8: Building a High Performance JavaScript Engine Mads Ager V8 is Google's high-performance JavaScript engine used in Google Chrome. V8 is optimized for well-designed object-oriented applications that make heavy use of objects, function calls, and property access. This talk will provide an overview of the internals of V8 and dive into the advanced virtual-machine technology used. Specifically, details of the use of hidden classes, inline caching, precise generational garbage collection, and snapshotting will be presented. The final part of the talk will discuss initiatives that will propel V8 to the next performance level. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html


googleio2009 google Google I/O developer conference chrome javascript browser client

Why is Google Chrome Fast? Spotlight on V8 JavaScript Engine


Engineer: Mads Ager 1. What is V8? 2. What are we currently doing to speed up JavaScript performance on V8? 3. How do we achieve big boosts in JavaScript speed, such as the recent 150% improvement since our initial launch? 4. How do we measure V8's performance?


madsager javascript v8 googlechrome chrome browser