Completed
Constant folding (2)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
PyPy JIT Under the Hood
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduzione
- 2 Part 0: What is PyPy?
- 3 Compilers
- 4 Assumptions
- 5 Tracing JIT phases
- 6 Tracing example (3)
- 7 Trace trees (2)
- 8 General architecture
- 9 PyPy trace example
- 10 PyPy optimizer
- 11 Intbound optimization (1)
- 12 Intbound optimization (2)
- 13 Virtuals (2)
- 14 Constant folding (2)
- 15 Out of line guards (2)
- 16 Conclusion