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

implement with fewer afoldl methods #39414

Merged
merged 2 commits into from
Jan 27, 2021
Merged

implement with fewer afoldl methods #39414

merged 2 commits into from
Jan 27, 2021

Commits on Jan 27, 2021

  1. implement with fewer afoldl methods

    With constant-propagation, inference (and Varargs runtime) is likely
    better able to handle this version now (and it removes the n^2 behavior
    definitions for semi-low argument counts).
    
    Now we also need to force Vararg specialization up to 16 arguments
    manually, so we do that explicitly (and slightly hack-y).
    
    Fixes regression in #39175
    vtjnash committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f4e1b50 View commit details
    Browse the repository at this point in the history
  2. Update base/operators.jl

    Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>
    vtjnash and JeffBezanson authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    503af99 View commit details
    Browse the repository at this point in the history