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
There is a comment that
> length needs to be phased after the `compareN/length` rules otherwise
> it may inline before the rules have an opportunity to fire.
but these rules are marked `[~1]`, so we can inline `length` in phase 1
to expose the `stream` in its definition and actually allow it to fuse.
0 commit comments