Completed
Measuring Cache-Friendliness
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What Lies Beneath
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Maurice Naftalin
- 3 What Lies Beneath
- 4 Java to Bytecode
- 5 java ... -XX:+PrintInterpreter
- 6 Improving Our Program...
- 7 Without Inlining (-XX:-Inline)
- 8 JIT Optimisations
- 9 A Pile of Cache...
- 10 The Memory Hierarchy
- 11 Stride Prefetching
- 12 Data-Dependent Loads
- 13 Measuring Cache-Friendliness
- 14 Primitive Array
- 15 Conclusions
- 16 Digging Deeper...