Главная
Study mode:
on
1
Intro
2
Startup challenges at a glance...
3
Startup optimization techniques
4
But let's start from the beginning...
5
Hello World: Bytecodes executed
6
Hello form factors
7
Lambda translation
8
Lambda class generation
9
Introducing Condy
10
Using Condy to bootstrap Lambdas
11
Profiling ISC initialization
12
Towards better metaprogramming
13
Towards better bytecode generation
14
Better constants better code generation?
Description:
Explore the evolution of Java's dynamic code features and their impact on startup performance in this 36-minute conference talk. Delve into the implementation of language and VM features using invokedynamic and method handles, introduced in Java 7. Learn about the runtime overheads associated with dynamic code definition and invocation, particularly during startup. Discover the efforts made from JDK 8 through JDK 11 to address these overheads, significantly reducing them in some cases. Examine the potential of new features like condy for the future of lambdas, and understand how upcoming language features can be implemented using indy, condy, and other techniques without compromising startup and footprint efficiency. Gain insights into startup optimization techniques, lambda translation and class generation, and the evolution towards better metaprogramming and bytecode generation in Java.

Startup Optimization Techniques for Java 7-11: Indy, Method Handles, and Beyond

Java
Add to list