Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate anonymous classes to optimize expression interpretation #17

Open
beikov opened this issue Mar 15, 2021 · 0 comments
Open

Generate anonymous classes to optimize expression interpretation #17

beikov opened this issue Mar 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@beikov
Copy link
Member

beikov commented Mar 15, 2021

The idea is to create a new expression visitor that generates an anonymous class, implementing the whole expression logic in a single method. This should probably depend on a shaded version of ASM and live in a dedicated module.

Not sure when or if this will be done at all, but I wanted to at least record the idea.

@beikov beikov added the enhancement New feature or request label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant