Chromium Code Reviews
DescriptionImprove canonicalization of strict comparisons and bool negation.
This CL generalizes the existing optimization to handle all combinations
expr === true
expr !== true
expr === false
expr !== false
including lhs and rhs swapped. It also adds canonicalization of boolean
negation.
R=kmillikin@google.com
Committed: https://code.google.com/p/dart/source/detail?r=28802
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||