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

Issue 335473003: Rename kIs64BitArch with kRequiresCodeRange. (Closed)

Created:
6 years, 6 months ago by haitao.feng
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Rename kIs64BitArch with kRequiresCodeRange. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21800

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M src/api.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/globals.h View 1 chunk +4 lines, -2 lines 1 comment Download
M src/spaces.cc View 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
haitao.feng
x32 also requires code range with V8_HOST_ARCH_32_BIT and currently we set its maximal code range ...
6 years, 6 months ago (2014-06-12 02:15:10 UTC) #1
Toon Verwaest
lgtm
6 years, 6 months ago (2014-06-12 09:13:40 UTC) #2
haitao.feng
Committed patchset #1 manually as r21800.
6 years, 6 months ago (2014-06-12 09:44:09 UTC) #3
Sven Panne
Just a quick drive-by comment, because I had this buggy CL in my local checkout... ...
6 years, 6 months ago (2014-06-12 11:46:11 UTC) #4
haitao.feng
6 years, 6 months ago (2014-06-12 12:27:50 UTC) #5
Message was sent while issue was closed.
Sven, thanks for the comments :)

I am using int as I noticed code_range_size_'s type is int in include/v8.h. I
will submit a CL to replace all the int with size_t.

Powered by Google App Engine
This is Rietveld 408576698