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

Issue 22370006: Fix inconsistent equality with doubles and large integers on ia32. (Closed)

Created:
7 years, 4 months ago by Florian Schneider
Modified:
7 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org, floitsch
Visibility:
Public.

Description

Fix inconsistent equality with doubles and large integers on ia32. For numbers a == b should be the same as b == a. This is done by avoiding generating 80-bit precision x87 FP code. x64 and Mac OS already compile using SSE2. BUG=https://code.google.com/p/dart/issues/detail?id=8829 TEST=tests/language/large_integer_equality_vm_test.dart R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25914

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
A tests/language/large_integer_equality_vm_test.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M tools/gyp/configurations_make.gypi View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/configurations_msvs.gypi View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 4 months ago (2013-08-07 09:20:08 UTC) #1
srdjan
lgtm
7 years, 4 months ago (2013-08-07 16:16:01 UTC) #2
Florian Schneider
7 years, 4 months ago (2013-08-08 07:43:03 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r25914 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698