dart-sdk/pkg/compiler
Stephen Adams 7eaad70e2f Improve 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

Review URL: https://codereview.chromium.org/2438543004 .
2016-10-25 04:48:35 -07:00
..
bin Handle parts as input in resolver. 2016-08-31 11:04:40 +02:00
lib Improve condition strengthening for last test in short-circuit. 2016-10-25 04:48:35 -07:00
tool Add kernel generation to the compiler/perf script 2016-10-21 10:02:13 -07:00
pubspec.yaml roll dart2js_info to 0.3.0 2016-09-30 16:02:55 -07:00