Completed
WebKit SunSpider
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Inner Workings of the Chakra Javascript Engine
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Design Principles
- 3 JIT Security
- 4 JIT Hardening Comparison
- 5 ECMAScript Compliance
- 6 Balanced Performance: Page Load
- 7 Page Load & App Start-Up
- 8 Chakra's Garbage Collector
- 9 Interactive Response: Pause Times
- 10 WebKit SunSpider
- 11 Optimistic Profile-Based JIT
- 12 Type Specialized Integer Math in 1E10
- 13 Type Specialized Float Math in 1910
- 14 Fast Property Access in 159
- 15 More work to do