There is no need to continue visiting expression once we have determined that there are no trailing zeros. Add early bailouts to account for this fact.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I feel silly now, for suggesting this offline since it looks like GetMinTrailingZerosImpl already implements this optimization (see the for loop's condition expression).