This talk will introduce Google Chrome and then dive into the motivation and the technology behind the new high performance JavaScript engine V8.
Google Chrome introduces many new features in its design to add to the stability and performance of web applications.
V8 uses advanced virtual machines technology, creating 'hidden classes' on the fly, applying inline caching techniques and using efficient memory management. V8 is designed for well structured object-oriented JavaScript programs and targets next generation web applications.