ebook img

Mads Ager - Google I/O presentation - Chrome Browser PDF

51 Pages·2012·0.49 MB·English
by  
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Mads Ager - Google I/O presentation - Chrome Browser

V8 Internals Mads Sig Ager May 27, 2009 Agenda Why a new JavaScript engine? V8 design overview V8 internals Hidden classes Inline caching Precise generational garbage collection Recent developments Irregexp: new JS regular expression engine New compiler infrastructure Object heap scalability Performance bottlenecks Why a New JavaScript Engine? Why Build a New JavaScript Engine? When the development of V8 started, the existing JavaScript engines were slow Interpreters operating on AST or bytecodes Poor memory management with big GC pauses High performance JavaScript engines are key to continued innovation for web applications Starting from scratch seemed like the best approach The goal is to push the performance bar for JavaScript The Challenge JavaScript is a highly dynamic language Objects are basically hash maps Properties are added and removed on-the-fly Prototype chains are modified during execution 'eval' can change the calling context 'with' introduces objects in the scope chain dynamically V8 Design Decisions Design Goals Make large object-oriented programs perform well Fast property access Fast function calls Fast and scalable memory mangement Key V8 Components Hidden classes and class transitions Compilation to native code with inline caching Efficient generational garbage collection V8 Internals

Description:
JavaScript engines were slow Interpreters operating on AST or bytecodes Poor memory management with big GC pauses High performance JavaScript engines are key to
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.