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
Reduce differences between successor iterators (#93445)
* Reduce differences between successor iterators
The NumSucc/GetSucc/Succs iterators have two variants. It is hard to understand
the distinction. The goal of this change is to reduce the differences,
so the only difference is the SWITCH case (iterating either all successors
or only unique successors).
So:
1. BBJ_EHFILTERRET: always return the single successor, which is the first
block of the filter handler.
2. BBJ_EHFINALLYRET: Move to standard successor iterator
* Review comments
0 commit comments