Google I/O 2012 - Breaking the JavaScript Speed Limit with V8
Posted
on Google Code
See other posts from Google Code
Published on Fri, 29 Jun 2012 19:03:09 +0000
Indexed on
2012/06/30
21:16 UTC
Read the original article
Hit count: 254
Filed under:
http://gdata.youtube.com/
Daniel Clifford Are you are interested in making JavaScript run blazingly fast in Chrome? This talk takes a look under the hood in V8 to help you identify how to optimize your JavaScript code. We'll show you how to leverage V8's sampling profiler to eliminate performance bottlenecks and optimize JavaScript programs, and we'll expose how V8 uses hidden classes and runtime type feedback to generate efficient JIT code. Attendees will leave the session with solid optimization guidelines for their JavaScript app and a good understanding on how to best use performance tools and JavaScript idioms to maximize the performance of their application with V8. For all I/O 2012 sessions, go to developers.google.com |
From:
GoogleDevelopers
Views:
3049
113
ratings | |
Time: 47:35 | More in Science & Technology |
© Google Code or respective owner