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

Issue 23557002: Fix definition of V8_*_C() macros. (Closed)

Created:
7 years, 3 months ago by Benedikt Meurer
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix definition of V8_*_C() macros. Make V8_INT64_C() and V8_UINT64_C() available in 32-bit mode as well, so we can write readable constants (base 10) instead of having to obfuscate them using V8_2PART_UINT64_C(). R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16366

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -20 lines) Patch
M include/v8config.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +24 lines, -19 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Benedikt Meurer
PTAL
7 years, 3 months ago (2013-08-27 09:16:51 UTC) #1
Sven Panne
lgtm
7 years, 3 months ago (2013-08-27 14:15:41 UTC) #2
Benedikt Meurer
7 years, 3 months ago (2013-08-27 14:16:42 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r16366 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698