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

tail call deoptimization improvement #35

Closed
Anamorphosee opened this issue Sep 9, 2024 · 1 comment
Closed

tail call deoptimization improvement #35

Anamorphosee opened this issue Sep 9, 2024 · 1 comment

Comments

@Anamorphosee
Copy link
Owner

Anamorphosee commented Sep 9, 2024

Tail call deoptimization doesn't apply to methods with default implementation of interfaces generated with compile flag '-Xjvm-default=all' because kotlinc put user's code in a synthetic method in this case.

@Anamorphosee
Copy link
Owner Author

fixes in 2.4.5

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