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

[1.11 backport] trace-compile: don't generate precompile statements for OpaqueClosure methods (#55072) #55225

Merged
merged 1 commit into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. trace-compile: don't generate precompile statements for OpaqueClosu…

    …re methods (JuliaLang#55072)
    
    These Methods cannot be looked up via their type signature, so they are
    incompatible with the `precompile(...)` mechanism.
    topolarity committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6a27b68 View commit details
    Browse the repository at this point in the history