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

Issue 287004: Remove dependency on V8_TARGET_ARCH in v8.h (Closed)

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

Description

Remove dependency on V8_TARGET_ARCH in v8.h

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -23 lines) Patch
M include/v8.h View 2 chunks +37 lines, -23 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
Small review.
11 years, 2 months ago (2009-10-16 09:33:55 UTC) #1
Christian Plesner Hansen
Lgtm http://codereview.chromium.org/287004/diff/1/2 File include/v8.h (right): http://codereview.chromium.org/287004/diff/1/2#newcode2722 Line 2722: static const int kSmiTag = 0; Some ...
11 years, 2 months ago (2009-10-16 09:39:10 UTC) #2
Lasse Reichstein
11 years, 2 months ago (2009-10-16 10:19:11 UTC) #3
http://codereview.chromium.org/287004/diff/1/2
File include/v8.h (right):

http://codereview.chromium.org/287004/diff/1/2#newcode2722
Line 2722: static const int kSmiTag = 0;
Done. This required moving the templates below the declaration of kSmiTagSize to
enable the SmiToInt function to reference the value.

Powered by Google App Engine
This is Rietveld 408576698