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

Issue 234153002: Adjust memory limits. (Closed)

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

Description

Adjust memory limits. - Introduce new constant: kBootCodeSizeMultiplier to handle the code size differences across the platforms. - Increase memory limits due to larger code size on MIPS. BUG= R=danno@chromium.org, plind44@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=20825

Patch Set 1 #

Total comments: 1

Patch Set 2 : Introduced the kBootCodeSizeMultiplier constant. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/full-codegen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/spaces.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 chunks +7 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
palfia
PTAL. I've added a MIPS #ifdef around the new values in test-mark-compact.cc. Do you like ...
6 years, 8 months ago (2014-04-10 22:13:29 UTC) #1
Paul Lind
LGTM, but we need review from v8 team. Please note Ákos question above.
6 years, 8 months ago (2014-04-10 22:35:01 UTC) #2
danno
https://codereview.chromium.org/234153002/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/234153002/diff/1/src/spaces.cc#newcode1088 src/spaces.cc:1088: size = size * 15 / 10; // Increase ...
6 years, 8 months ago (2014-04-11 09:32:14 UTC) #3
palfia
On 2014/04/11 09:32:14, danno wrote: > https://codereview.chromium.org/234153002/diff/1/src/spaces.cc > File src/spaces.cc (right): > > https://codereview.chromium.org/234153002/diff/1/src/spaces.cc#newcode1088 > ...
6 years, 8 months ago (2014-04-11 13:58:14 UTC) #4
palfia
Hi Danno, I've measured the boot-up memory usage on (almost) all platforms: - ia32 2776KB ...
6 years, 8 months ago (2014-04-16 14:07:13 UTC) #5
danno
OK, this is an acceptable compromise. LGTM.
6 years, 8 months ago (2014-04-16 14:41:54 UTC) #6
palfia
6 years, 8 months ago (2014-04-16 21:57:58 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r20825 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698