Completed
Math Bootstrap
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Dynamic Languages Toolchain - Optimizing Performance and Reusability
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Why are we doing this
- 3 Reusing code
- 4 Parameter type compilation
- 5 JVM type signature
- 6 Arithmetic overflow
- 7 Math Bootstrap
- 8 Optimizing Property Types
- 9 Optimism
- 10 Type Inference
- 11 Handling Undefined
- 12 Handling Multiple Types
- 13 Parameters with Multiple Types
- 14 Dead Code Elimination
- 15 New Intermediate Language
- 16 Reuse
- 17 Symbolic Identifiers
- 18 GetProp
- 19 Regeneration
- 20 Scope
- 21 Splitting
- 22 Optimistic
- 23 Synthetic Store
- 24 Tradeoffs
- 25 Linking
- 26 Summary