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

Simplify precompiles #669

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Simplify precompiles #669

wants to merge 4 commits into from

Commits on Feb 4, 2022

  1. Simplify precompiles

    This switches to "do a little work" for precompilation,
    rather than explicitly spelling out the specific signatures.
    This should be more maintainable and potentially more
    exhaustive (or could be made to be so) since it
    precompiles across runtime dispatch boundaries.
    
    This also uses `Base.inferencebarrier` in several places to
    prevent an argument from being specialized.
    timholy committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    351b730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c4f0f8 View commit details
    Browse the repository at this point in the history
  3. Fix LimitedAccuracy

    timholy committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d49f829 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Rename private module

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