Reviewers: William Hesse, Mads Ager,

Description:
Experimental: 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 ||.


Please review this at http://codereview.chromium.org/27130

SVN Base: http://v8.googlecode.com/svn/branches/experimental/toiger/

Affected files:
   M     src/codegen-ia32.h
   M     src/codegen-ia32.cc



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to