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

Issue 12374065: fix x32 handling of Atomic64 (Closed)

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

Description

fix x32 handling of Atomic64 The x32 logic for the size of Atomic64 handles NaCL, but misses the Linux case. Check the standard __ILP32__ to handle that too. This has been fixed in the Chromium base tree already: https://codereview.chromium.org/12186005/ BUG=chromium-os:36866 TEST=compiled the code for x86_64 (64bit) & x86_64 (x32) Committed: http://code.google.com/p/v8/source/detail?r=13824

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/atomicops.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 8 (0 generated)
vapier
7 years, 9 months ago (2013-03-02 09:50:35 UTC) #1
Brad Chen (chromium)
On 2013/03/02 09:50:35, vapier wrote: The change looks fine, although I don't quite understand the ...
7 years, 9 months ago (2013-03-04 21:53:16 UTC) #2
vapier
sorry, i thought i had added more reviewers here. the v8 guys have their own ...
7 years, 9 months ago (2013-03-04 22:32:37 UTC) #3
Brad Chen (chromium)
Looking at this more carefully... https://codereview.chromium.org/12374065/diff/1/src/atomicops.h File src/atomicops.h (right): https://codereview.chromium.org/12374065/diff/1/src/atomicops.h#newcode61 src/atomicops.h:61: #if defined(__ILP32__) || defined(__APPLE__) ...
7 years, 9 months ago (2013-03-04 23:27:32 UTC) #4
vapier
i have no opinion on that matter :). this is a common atomicops header though ...
7 years, 9 months ago (2013-03-04 23:46:21 UTC) #5
danno
Hi Sven, can you please take a look at this and shepherd it through to ...
7 years, 9 months ago (2013-03-05 12:59:12 UTC) #6
Sven Panne
lgtm
7 years, 9 months ago (2013-03-05 13:51:49 UTC) #7
Sven Panne
7 years, 9 months ago (2013-03-05 13:54:08 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 manually as r13824 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698