Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Optimize Dynamic Method Calls #15

Open
matthias-springer opened this issue Oct 3, 2016 · 0 comments
Open

Optimize Dynamic Method Calls #15

matthias-springer opened this issue Oct 3, 2016 · 0 comments

Comments

@matthias-springer
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant