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

Issue 236063015: Grow old generation slower on low-memory devices. (Closed)

Created:
6 years, 8 months ago by Hannes Payer (out of office)
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Grow old generation slower on low-memory devices. BUG= R=mstarzinger@chromium.org, rmcilroy@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20837

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -26 lines) Patch
M include/v8.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 4 chunks +16 lines, -19 lines 0 comments Download
M src/heap.h View 1 2 3 4 5 2 chunks +28 lines, -2 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-strings.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Hannes Payer (out of office)
Fix for the low-memory devices.
6 years, 8 months ago (2014-04-15 11:32:50 UTC) #1
Michael Starzinger
LGTM from my end. But it would be nice if Ross could also take a ...
6 years, 8 months ago (2014-04-15 12:11:50 UTC) #2
rmcilroy
+1 to Michael's comment too. https://codereview.chromium.org/236063015/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/236063015/diff/1/src/heap.cc#newcode5958 src/heap.cc:5958: if (max_old_generation_size_ <= 256 ...
6 years, 8 months ago (2014-04-15 12:43:01 UTC) #3
Hannes Payer (out of office)
- I added constants for all configuration parameters to heap. - I ended up renaming ...
6 years, 8 months ago (2014-04-16 07:52:35 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/236063015/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/236063015/diff/1/src/heap.cc#newcode5958 src/heap.cc:5958: if (max_old_generation_size_ <= 256 * MB) { On 2014/04/15 ...
6 years, 8 months ago (2014-04-16 07:53:01 UTC) #5
rmcilroy
One suggestion, but otherwise lgtm. Thanks! https://codereview.chromium.org/236063015/diff/70001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/236063015/diff/70001/src/api.cc#newcode473 src/api.cc:473: const int lump_of_memory ...
6 years, 8 months ago (2014-04-16 08:28:15 UTC) #6
Hannes Payer (out of office)
https://codereview.chromium.org/236063015/diff/70001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/236063015/diff/70001/src/api.cc#newcode473 src/api.cc:473: const int lump_of_memory = (i::kPointerSize / 4) * i::MB; ...
6 years, 8 months ago (2014-04-17 10:30:04 UTC) #7
Hannes Payer (out of office)
6 years, 8 months ago (2014-04-17 11:27:54 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r20837 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698