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

Issue 155538: Adjust kPagesPerChunk to 16 instead of 64 on Android.... (Closed)

Created:
11 years, 5 months ago by Feng Qian
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Adjust kPagesPerChunk to 16 instead of 64 on Android. Renamed some macros to ANDROID. Committed: http://code.google.com/p/v8/source/detail?r=2460

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M src/compilation-cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 2 chunks +2 lines, -2 lines 1 comment Download
M src/spaces.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/spaces.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Feng Qian
11 years, 5 months ago (2009-07-14 22:27:10 UTC) #1
Mads Ager (chromium)
11 years, 5 months ago (2009-07-14 22:36:50 UTC) #2
LGTM

http://codereview.chromium.org/155538/diff/1/2
File src/heap.cc (right):

http://codereview.chromium.org/155538/diff/1/2#newcode226
Line 226: lo_space_->Size(), lo_space_->Available());
Good catch, I should have caught that in the original review. :-)

Powered by Google App Engine
This is Rietveld 408576698