Chromium Code Reviews
DescriptionRun constant propagation one more time after canonicalization so that following code can always return true:
foo() {
var a = new List(0);
return a.isEmpty();
}
Committed: https://code.google.com/p/dart/source/detail?r=21489
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 4 (0 generated)
|