Completed
Partial Evaluation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nashorn Performance - Optimizing Dynamic Languages on the JVM
Automatically move to the next video in the Classroom when playback concludes
- 1 Towards native performance with dynamic languages on the JVM
- 2 The Legal Slide
- 3 v8 bleeding edge...
- 4 avatar.js
- 5 The Secret Sauce
- 6 Just compile to bytecode!
- 7 Optimistic Types
- 8 Implementation
- 9 Static Compiler Enhancements
- 10 Field Representation
- 11 Property Maps and Types
- 12 Closing the circle: Optimistic Builtins
- 13 Relinking Callsites
- 14 Other optimizations
- 15 Partial Evaluation
- 16 JVM / JDK optimizations
- 17 Lazy Compilation
- 18 Profiling and Java Flight Recorder
- 19 The Future