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

Use deferred reification during code generation #2557

Merged
merged 1 commit into from
Feb 21, 2018

Conversation

Praetonus
Copy link
Member

This change is a followup to abdcf2e and 884c62d. Instead of fully reifying each function before generating it, the code generator now reifies part of the function as needed.

This further reduces the amount of AST duplication during compilation and will simplify the upcoming work on type-erased generics, which will in turn be used in the separate compilation work.

This change is a followup to abdcf2e and 884c62d. Instead of fully
reifying each function before generating it, the code generator now
reifies part of the function as needed.

This further reduces the amount of AST duplication during compilation
and will simplify the upcoming work on type-erased generics, which will
in turn be used in the separate compilation work.
@jemc jemc merged commit ff24b91 into ponylang:master Feb 21, 2018
@Praetonus Praetonus deleted the deferred-reify-3 branch February 21, 2018 20:48
dipinhora pushed a commit to dipinhora/ponyc that referenced this pull request Jun 5, 2018
This change is a followup to abdcf2e and 884c62d. Instead of fully
reifying each function before generating it, the code generator now
reifies part of the function as needed.

This further reduces the amount of AST duplication during compilation
and will simplify the upcoming work on type-erased generics, which will
in turn be used in the separate compilation work.
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

Successfully merging this pull request may close these issues.

None yet

2 participants