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 109021: Add a temporary hack to FmtElm to truncate 64-bit pointers to 32-bits. (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

Add a temporary hack to FmtElm to truncate 64-bit pointers to 32-bits. We will have to do some more work to get the code to handle pointers correctly. Also clean up the constructors, and reduce the long lines.

Patch Set 1 #

Patch Set 2 : Fix indention #

Total comments: 1

Patch Set 3 : UNIMPLEMENTED #

Patch Set 4 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -7 lines) Patch
M src/string-stream.h View 1 2 1 chunk +30 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Dean McNamee
11 years, 7 months ago (2009-05-05 14:12:22 UTC) #1
Lasse Reichstein
11 years, 7 months ago (2009-05-05 14:20:49 UTC) #2
LGTM.

http://codereview.chromium.org/109021/diff/2001/1002
File src/string-stream.h (right):

http://codereview.chromium.org/109021/diff/2001/1002#newcode99
Line 99: data_.u_int_ = reinterpret_cast<intptr_t>(value) & 0xffffffff;
Just put an UNIMPLEMENTED() macro here instead. I prefer things that don't work
at all to things that doesn't work right. They are easier to find.

Powered by Google App Engine
This is Rietveld 408576698