Chromium Code Reviews
Descriptiondart2js cps: Disable RHS propagation in operands to builtin operators.
Previously we would get code like `x == (y = null)`, which confuses
the JS engine. It is better to have `y = null` and `x == null` separate.
BUG=
R=sra@google.com
Committed: https://github.com/dart-lang/sdk/commit/8d7c3269792f6174f90db83976aa3ffaa73c9d15
Patch Set 1 #
Total comments: 9
Patch Set 2 : Comments #Patch Set 3 : Rephrase a comment #Messages
Total messages: 7 (3 generated)
|