Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Issue 8275035: Fix evaluation order of GT and LTE operators. (Closed)

Created:
9 years, 2 months ago by Michael Starzinger
Modified:
9 years, 2 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

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. R=lrn@chromium.org BUG=v8:1752 Commited: http://code.google.com/p/v8/source/detail?r=9641

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -89 lines) Patch
M src/arm/full-codegen-arm.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/compiler/compare.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/to_number_order.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -6 lines 0 comments Download
M test/sputnik/sputnik.status View 1 chunk +4 lines, -0 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
PTAL.
9 years, 2 months ago (2011-10-14 14:00:13 UTC) #1
Lasse Reichstein
9 years, 2 months ago (2011-10-16 16:59:21 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698