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
[NFC] Allow SubTypes::iterSubTypes to stop early (#8573)
In ConstantFieldPropagation this is important: we scan subtypes
to check if they all have 2 possible values we can `ref.test` between.
In the common case there are many values and we can stop early.
This makes the pass 4.2x faster on a large Dart testcase, and
`-O3` overall 3.5% faster.
0 commit comments