Reviewers: Lasse Reichstein,

Message:
PTAL.

Description:
Fix evaluation order of GT and LTE operators.

According to the ES5 spec all ">" and "<=" expressions should be be
evaluated left-to-right. This obsoletes old hacks for reversing the
order to be ES3 compliant.

[email protected]
BUG=1752


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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/arm/full-codegen-arm.cc
  M src/arm/ic-arm.cc
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/ic-ia32.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-ia32.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/ic-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/lithium-x64.cc
  M test/mjsunit/compiler/compare.js
  M test/mjsunit/to_number_order.js
  M test/mozilla/mozilla.status
  M test/sputnik/sputnik.status
  M test/test262/test262.status


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

Reply via email to