Главная
Study mode:
on
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
Description:
Explore pattern matching in Java through this 54-minute conference talk. Dive into the challenges and proposed solutions for implementing pattern matching, including performance considerations and implementation principles. Learn about use-site polymorphism, compiler requirements, and the role of value types. Examine examples of evaluating and simplifying expressions, and understand the implications for binary compatibility. Gain insights into the design decisions and trade-offs involved in bringing this powerful feature to the Java language.

Pattern Matching in Java: Implementation and Performance Considerations

Java
Add to list