This repository was archived by the owner on Jul 27, 2022. It is now read-only.
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
Optimize Dynamic Method Calls #15
Open
Description
The implementation of DynamicHelper
is very slow and does a method lookup using the Java Reflection API every time a method is invoked on an expression of dynamic type (see performance results of benchmark tracer
).
Use caching, the Java Method Handle API, or generate byte code to take advantage of invokedynamic
.
Metadata
Metadata
Assignees
Labels
No labels