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

Closure lowering #19

Closed
densh opened this issue Mar 21, 2016 · 2 comments
Closed

Closure lowering #19

densh opened this issue Mar 21, 2016 · 2 comments

Comments

@densh
Copy link
Member

densh commented Mar 21, 2016

Java8 backend of nsc and dotty produces closure trees that are meant to be desugared to LambdaMetaFactory on JVM. We have already added an IR-level op for that called closure[$ty] $funptr, ..$captures but don't have a desugaring implemented for it yet.

This is not necessary for 2.11 but is a blocker for 2.12 and dotty front-ends.

@densh densh added this to the M2 milestone Mar 21, 2016
@densh densh modified the milestones: M3, M2 Apr 2, 2016
@densh densh modified the milestones: M2, M3 Apr 11, 2016
@densh densh modified the milestones: Backlog, M3 May 16, 2016
@densh
Copy link
Member Author

densh commented Jun 14, 2016

Note: this issue does not apply to 2.11, closures are already fully supported there.

@densh
Copy link
Member Author

densh commented Oct 20, 2016

Duplicate wrt #233

@densh densh closed this as completed Oct 20, 2016
@densh densh modified the milestones: Duplicate, Backlog May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant