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: allow external abstract interpreter compilation #53488

Open
wants to merge 1 commit into
base: release-1.11
Choose a base branch
from

Commits on Mar 14, 2024

  1. 1.11: allow external abstract interpreter compilation

    As mentioned in #53478, the precompilation support for external abstract
    interpreters in v1.11 isn't perfect, and directly cherry-picking the
    refined test cases from #53478 into the v1.11 backport branch leads to
    a test failure (note that this particular problem has likely been fixed
    in the master branch, probably thanks to #53300). To address this, this
    commit does more than just cherry-pick the test case, and it also
    modifies the `CodeInstance(::AbstractInterpreter, ::InferenceResult)`
    constructor to allow precompilation for external abstract interpreters
    in v1.11.
    aviatesk committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bd7c92e View commit details
    Browse the repository at this point in the history