Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JIT and AOT in the CLR: Execution Strategies and Tiered Compilation
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What happens at startup?
- 3 CLR design philosopy
- 4 Design decision points for AOT tech
- 5 First Generation AOT - NGEN
- 6 What is being persisted by NGEN.exe?
- 7 Taming the size
- 8 Where do these AOT images live?
- 9 Elevated Service Task to deal with servicing
- 10 Second Generation AOT - CrossGen
- 11 Simple Hello World WebApi sample
- 12 Tiered Compilation
- 13 Heuristic of the tiering
- 14 Startup-phase behavior
- 15 How to detect startup phase
- 16 Measure again
- 17 Recap and future
- 18 Future of JIT
- 19 Our experiment - CoreRT