DescriptionImprove condition strengthening for last test in short-circuit.
This strengthens
t1 = s == null || t == null;
if (t1) return;
known-here: t != null
There are not many hits since the 'interesting' tests are usually
earlier in the short-circuit expression.
R=sigmund@google.com
Committed: https://github.com/dart-lang/sdk/commit/7eaad70e2fdbf9dc118e3243877761f7632b9095
Patch Set 1 #Patch Set 2 : fix assert #Messages
Total messages: 5 (2 generated)
|