Completed
Summary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pattern Matching in Java: Implementation and Performance Considerations
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Pattern Matching
- 3 Example: Evaluating Expressions
- 4 Use-site polymorphism
- 5 What's Going On?
- 6 Language Feature, or VM Feature?
- 7 Are Patterns Methods?
- 8 A Compiler Writers Wish List
- 9 Fetch Me My Magic Hammer
- 10 Performance Goals
- 11 Intermediate Carriers
- 12 A Strawman
- 13 Invoking Dtors
- 14 Composing Dtors
- 15 Translating Pattern Switch
- 16 Binary Compatibility
- 17 Summary
- 18 Example: Simplifying Expressions