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

Issue 114010: X64: Changed 0x%x formats in log.cc to 0x%p and omitted reinterpretting pointers. (Closed)

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

Description

X64: Changed 0x%x formats in log.cc to 0x%p and omitted reinterpretting pointers.

Patch Set 1 #

Patch Set 2 : Changed "%p" to V8PRIp macro, which does "the right thing". #

Patch Set 3 : Forgot "%" before format constant.wq #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -29 lines) Patch
M src/globals.h View 1 chunk +7 lines, -1 line 2 comments Download
M src/log.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 14 chunks +16 lines, -26 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Lasse Reichstein
Review please.
11 years, 7 months ago (2009-05-07 07:59:15 UTC) #1
Mikhail Naganov
On 2009/05/07 07:59:15, Lasse Reichstein wrote: > Review please. Are you sure that "%p" doesn't ...
11 years, 7 months ago (2009-05-07 08:25:43 UTC) #2
Lasse Reichstein
On 2009/05/07 08:25:43, Mikhail Naganov wrote: > Are you sure that "%p" doesn't also print ...
11 years, 7 months ago (2009-05-07 08:47:02 UTC) #3
Søren Thygesen Gjesse
On 2009/05/07 08:47:02, Lasse Reichstein wrote: > On 2009/05/07 08:25:43, Mikhail Naganov wrote: > > ...
11 years, 7 months ago (2009-05-07 09:14:42 UTC) #4
Søren Thygesen Gjesse
On 2009/05/07 09:14:42, Søren Gjesse wrote: > On 2009/05/07 08:47:02, Lasse Reichstein wrote: > > ...
11 years, 7 months ago (2009-05-07 09:17:12 UTC) #5
William Hesse
http://codereview.chromium.org/114010/diff/2002/2003 File src/globals.h (right): http://codereview.chromium.org/114010/diff/2002/2003#newcode89 Line 89: #define V8PRIp V8_PTR_PREFIX "x" why not #define V8_PTR_FORMAT ...
11 years, 7 months ago (2009-05-07 09:42:11 UTC) #6
Erik Corry
11 years, 7 months ago (2009-05-07 09:58:57 UTC) #7
http://codereview.chromium.org/114010/diff/2002/2003
File src/globals.h (right):

http://codereview.chromium.org/114010/diff/2002/2003#newcode89
Line 89: #define V8PRIp V8_PTR_PREFIX "x"
Certainly prefix is the wrong name; since it goes after the '%' it must be a
suffix.

Powered by Google App Engine
This is Rietveld 408576698