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

Run jl_resolve_globals_in_ir on the result of generated functions #39483

Merged
merged 1 commit into from
Feb 5, 2021

Commits on Feb 2, 2021

  1. Run jl_resolve_globals_in_ir on the result of generated functions

    We didn't use to run this when the generated function returned
    a CodeInfo (though we did run it for AST). However, now that
    this also does the conversion of :opaque_closure_method to
    actual Method objects, I think the best thing to do would
    be to run it here to avoid the generated function having
    to construct its own Method object from scratch.
    Keno committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    bc2e2dc View commit details
    Browse the repository at this point in the history