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

Issue 6142004: ARM: Fix comparison of NaN values.... (Closed)

Created:
9 years, 11 months ago by m.m.capewell
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

ARM: Fix comparison of NaN values. Enables the cumulative exception flag when comparing values, and uses it to detect NaN results. BUG=1023 TEST=none Landed in revision 6236.

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -13 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 chunks +8 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 3 chunks +17 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
m.m.capewell
9 years, 11 months ago (2011-01-07 11:10:19 UTC) #1
Mads Ager (chromium)
Have you gone through the other uses of vcmp in the current system to verify ...
9 years, 11 months ago (2011-01-07 11:28:38 UTC) #2
Søren Thygesen Gjesse
Drive by comment. http://codereview.chromium.org/6142004/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/6142004/diff/1/src/arm/lithium-codegen-arm.cc#newcode1082 src/arm/lithium-codegen-arm.cc:1082: // Clear the Invalid cumulative exception ...
9 years, 11 months ago (2011-01-07 11:44:32 UTC) #3
m.m.capewell
9 years, 11 months ago (2011-01-07 18:34:15 UTC) #4
Alexandre
Thanks for the review. The patch should be uploaded soon. Alexandre http://codereview.chromium.org/6142004/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): ...
9 years, 11 months ago (2011-01-07 18:34:49 UTC) #5
Mads Ager (chromium)
9 years, 11 months ago (2011-01-10 08:05:22 UTC) #6
LGTM, landed in bleeding_edge revision 6236.

Powered by Google App Engine
This is Rietveld 408576698