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
[mypyc] feat: optimize away first index check in for loops if length > 1 (#19933)
It is not necessary to enter the gen_condition block on the first
iteration if the length is known to be positive, we can safely skip it.
This won't be particularly impactful but its a low-hanging fruit.
0 commit comments