Chromium Code Reviews
DescriptionExperimental: fix a bug in our handling of the short-circuit boolean
operators && and ||.
Correctly detect that the left subexpression of && is unconditionally
false and set the state of the inherited control destination; and if
it is not unconditionally false ensure that the right subexpression is
compiled.
Analogously for ||.
Committed: http://code.google.com/p/v8/source/detail?r=1361
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||