julia
5cd1e3e1 - implement with fewer afoldl methods (#39414)

Commit
4 years ago
implement with fewer afoldl methods (#39414) 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
Author
Parents
Loading