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

Get rid of SAM conversions in inline instances #22

Closed
arainko opened this issue Dec 11, 2022 · 1 comment
Closed

Get rid of SAM conversions in inline instances #22

arainko opened this issue Dec 11, 2022 · 1 comment

Comments

@arainko
Copy link
Owner

arainko commented Dec 11, 2022

Inline SAM expansions generate a new anonymous class on each invocation which can lead to lots-lots-lots-lots-of extra generated code.
More details here

@arainko arainko added this to the ducktape 0.2.0 milestone Jan 8, 2023
@arainko
Copy link
Owner Author

arainko commented May 4, 2023

I don't this is actually needed in any shape of form - ducktape gets rid of these instances during its optimization phase (where each transformer's body gets lifted from the transformer itself

@arainko arainko closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant