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

Issue 1125193005: Make new space allocation throughput estimation more accurate. (Closed)

Created:
5 years, 7 months ago by ulan
Modified:
5 years, 7 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

Make new space allocation throughput estimation more accurate. Sample new space allocation throughput at scavenge and at idle notificatioon. This will allow better estimation of mutator idleness for switching between latency and memory modes in idle notification handler. BUG=chromium:486005 LOG=NO TEST=cctest/test-heap/NewSpaceAllocationThroughput Committed: https://crrev.com/57ce9724be99df36011b3191b1372c9d1007dfba Cr-Commit-Position: refs/heads/master@{#28537}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : Address comments, track allocated bytes since last GC #

Patch Set 6 : #

Patch Set 7 : reset accumulated bytes #

Patch Set 8 : Rebase #

Patch Set 9 : Fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -34 lines) Patch
M src/heap/gc-tracer.h View 1 2 3 4 5 4 chunks +24 lines, -13 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 3 4 5 6 7 chunks +65 lines, -18 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -2 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
ulan
PTAL. I will hook this up with mutator idleness detection in the next CL to ...
5 years, 7 months ago (2015-05-12 14:28:52 UTC) #2
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1125193005/diff/60001/src/heap/gc-tracer.h File src/heap/gc-tracer.h (right): https://codereview.chromium.org/1125193005/diff/60001/src/heap/gc-tracer.h#newcode282 src/heap/gc-tracer.h:282: typedef RingBuffer<AllocationEvent, kRingBufferMaxSize> AllocationEventBuffer; I am wondering about ...
5 years, 7 months ago (2015-05-12 17:04:17 UTC) #3
ulan
https://codereview.chromium.org/1125193005/diff/60001/src/heap/gc-tracer.h File src/heap/gc-tracer.h (right): https://codereview.chromium.org/1125193005/diff/60001/src/heap/gc-tracer.h#newcode282 src/heap/gc-tracer.h:282: typedef RingBuffer<AllocationEvent, kRingBufferMaxSize> AllocationEventBuffer; On 2015/05/12 17:04:17, Hannes Payer ...
5 years, 7 months ago (2015-05-18 12:45:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1125193005/140001
5 years, 7 months ago (2015-05-21 09:14:39 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/2728)
5 years, 7 months ago (2015-05-21 09:29:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1125193005/160001
5 years, 7 months ago (2015-05-21 09:31:43 UTC) #12
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 7 months ago (2015-05-21 10:19:17 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 10:19:30 UTC) #14
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/57ce9724be99df36011b3191b1372c9d1007dfba
Cr-Commit-Position: refs/heads/master@{#28537}

Powered by Google App Engine
This is Rietveld 408576698