Chromium Code Reviews
DescriptionAllow === and == to generate inputs at the use site when compiling to a single comparison.
We only need temps in the general case
x === y --> (x == null ? y == null : x === y)
Committed: https://code.google.com/p/dart/source/detail?r=9481
Patch Set 1 : #Patch Set 2 : merge #
Total comments: 2
Patch Set 3 : cr fix #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||