You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're given multiple parameter lists, we don't have to build a
generic signature and environment for each one. Instead, we can
just use a single GenericSignatureBuilder and add all of them in
one shot.
On my iMac Pro, this speeds up the parse_stdlib test from 169
seconds to 133.
0 commit comments