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

fixes for "leaf-types cache for ml-matches" #36413

Closed
wants to merge 3 commits into from

Commits on Jun 24, 2020

  1. gf: fix some issues with the move from using a tree to a hash lookup …

    …of leaf types
    
    Addresses an off-by-one in the type lookup, ensures we look at at all
    entries when doing invalidation, and allows putting any Type{T} object
    also in the cache (I forgot these always had `simplesig`, so we needed
    to handle that case too to receive the benefit for them).
    vtjnash committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    13ee44a View commit details
    Browse the repository at this point in the history
  2. ml-matches: skip unnecessary work, when possible

    If the environment is trivial (empty) and the type is a dispatch tuple,
    we know the intersection result is trivial, and can skip it.
    vtjnash committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    6357acb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Update src/gf.c

    Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
    vtjnash and JeffBezanson authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f75eb82 View commit details
    Browse the repository at this point in the history