Completed
How benchmarks find bugs in VMs
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Benchmarking JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Complexity
- 3 Benchmarking
- 4 Browsers
- 5 Compiler
- 6 Loop invariant
- 7 Dead code elimination
- 8 How to write smarter benchmarks
- 9 Loop unrolling
- 10 Micro benchmarks vs VMs
- 11 How benchmarks find bugs in VMs
- 12 What happened with my patented blaze
- 13 The Tool
- 14 Interesting Mode
- 15 Constant Fault
- 16 Fix
- 17 presumption of innocence
- 18 jumping to conclusions
- 19 benchmark example
- 20 note
- 21 speed test
- 22 light
- 23 twice
- 24 multiple optimized versions
- 25 tags
- 26 counter
- 27 desert
- 28 methyl colon function
- 29 benchmark
- 30 method call speed
- 31 speed your JavaScript
- 32 no function benchmark
- 33 function call benchmark
- 34 concurrent modification benchmark
- 35 dont benchmark things
- 36 back in v8