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

Issue 109017: Use our own macros for 64-bit constants. (Closed)

Created:
11 years, 7 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Use our own macros for 64-bit constants.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove setting of __STDC_CONSTANT_MACROS. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M include/v8.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/globals.h View 2 chunks +11 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dean McNamee
11 years, 7 months ago (2009-05-05 10:12:44 UTC) #1
Lasse Reichstein
LGTM, with comments. http://codereview.chromium.org/109017/diff/1/2 File src/globals.h (right): http://codereview.chromium.org/109017/diff/1/2#newcode61 Line 61: #define V8_INT64_C(x) (x ## LL) ...
11 years, 7 months ago (2009-05-05 10:17:15 UTC) #2
Dean McNamee
11 years, 7 months ago (2009-05-05 10:19:29 UTC) #3
long long is 64-bit in both 32 and 64-bit.

Powered by Google App Engine
This is Rietveld 408576698