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

Issue 1163143009: Compute the heap growing factor based on mutator utilization and allocation throughput. (Closed)

Created:
5 years, 6 months ago by ulan
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Compute the heap growing factor based on mutator utilization and allocation throughput. Doc: https://goo.gl/LLGvBs BUG= Committed: https://crrev.com/143a9e04312b061061c95f918f99ccc4f2f67541 Cr-Commit-Position: refs/heads/master@{#29015}

Patch Set 1 #

Patch Set 2 : Rework #

Patch Set 3 : mu = 0.98 #

Patch Set 4 : no dampening #

Patch Set 5 : Refactor #

Patch Set 6 : #

Patch Set 7 : Rebase #

Patch Set 8 : Fix old gen allocation counter to take promted objects into account #

Patch Set 9 : Set conservative limit high #

Patch Set 10 : Test initial marking speed #

Patch Set 11 : test mu=0.97 #

Patch Set 12 : Comments #

Total comments: 6

Patch Set 13 : Address comments, add tests #

Patch Set 14 : Add missing file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -46 lines) Patch
M src/heap/gc-tracer.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +10 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +89 lines, -38 lines 0 comments Download
A test/unittests/heap/heap-unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +48 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
ulan
Hannes, wdyt? I will add gc-tracer function to report the full incremental marking duration (total ...
5 years, 6 months ago (2015-06-05 18:29:28 UTC) #2
ulan
> I will add gc-tracer function to report the full incremental marking duration Turns out ...
5 years, 6 months ago (2015-06-08 07:48:27 UTC) #3
Hannes Payer (out of office)
I like it. It is not really mutator utilization, because it just depends on allocation ...
5 years, 6 months ago (2015-06-08 21:21:43 UTC) #4
ulan
Hi Hannes, this is ready for review, ptal. > It is not really mutator utilization, ...
5 years, 6 months ago (2015-06-10 13:56:47 UTC) #5
Hannes Payer (out of office)
I like it. Just a few minor comments. Yes, please update the description. https://codereview.chromium.org/1163143009/diff/210001/src/heap/gc-tracer.cc File ...
5 years, 6 months ago (2015-06-11 01:33:57 UTC) #6
ulan
Thanks for comments. I changed the description and uploaded new patch set. https://codereview.chromium.org/1163143009/diff/210001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc ...
5 years, 6 months ago (2015-06-11 08:49:38 UTC) #7
Hannes Payer (out of office)
Did you forget to add the tests?
5 years, 6 months ago (2015-06-12 05:18:30 UTC) #8
ulan
On 2015/06/12 05:18:30, Hannes Payer wrote: > Did you forget to add the tests? Ah, ...
5 years, 6 months ago (2015-06-12 07:26:14 UTC) #9
Hannes Payer (out of office)
lgtm
5 years, 6 months ago (2015-06-15 06:57:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1163143009/250001
5 years, 6 months ago (2015-06-15 08:01:26 UTC) #12
commit-bot: I haz the power
Committed patchset #14 (id:250001)
5 years, 6 months ago (2015-06-15 08:32:55 UTC) #13
commit-bot: I haz the power
5 years, 6 months ago (2015-06-15 08:33:09 UTC) #14
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/143a9e04312b061061c95f918f99ccc4f2f67541
Cr-Commit-Position: refs/heads/master@{#29015}

Powered by Google App Engine
This is Rietveld 408576698