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

Precompile correct invoke-targets #46907

Merged
merged 3 commits into from
Sep 27, 2022
Merged

Precompile correct invoke-targets #46907

merged 3 commits into from
Sep 27, 2022

Commits on Sep 26, 2022

  1. Record invoke-appropriate targets

    This fixes backedge-based invalidation when a precompiled `invoke`
    is followed by loading a package that adds new specializations
    for the `invoke`d method. An example is LowRankApprox.jl, where
    FillArrays adds a specialization to `unique`.
    timholy committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f6badbd View commit details
    Browse the repository at this point in the history
  2. GC-protect mt

    timholy committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7deb9a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    439ca3e View commit details
    Browse the repository at this point in the history