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

Commits on Feb 20, 2018

  1. Use deferred reification during code generation

    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.
    Benoit Vey committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    0d51e61 View commit details
    Browse the repository at this point in the history