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

Issue 1352453004: Perform scavenge in idle tasks. (Closed)

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

Description

Perform scavenge in idle tasks. BUG=chromium:490559 LOG=NO Committed: https://crrev.com/6256dc53cc62cd720c3b1869fcb04f1ab2110d62 Cr-Commit-Position: refs/heads/master@{#30944}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 17

Patch Set 7 : Address comments, add tests #

Patch Set 8 : Rebase #

Patch Set 9 : cast #

Patch Set 10 : Make new heap functions private #

Total comments: 6

Patch Set 11 : Address comments #

Patch Set 12 : Revert check for inline_allocation_step_ == 0 #

Patch Set 13 : Fix tests #

Patch Set 14 : More test fixes #

Patch Set 15 : Rebase #

Patch Set 16 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+367 lines, -251 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/gc-idle-time-handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +0 lines, -28 lines 0 comments Download
M src/heap/gc-idle-time-handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +0 lines, -89 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +12 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 9 chunks +25 lines, -9 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
A src/heap/scavenge-job.h View 1 2 3 4 5 6 1 chunk +80 lines, -0 lines 0 comments Download
A src/heap/scavenge-job.cc View 1 2 3 4 5 6 7 8 1 chunk +116 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/cctest.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/heap/gc-idle-time-handler-unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +0 lines, -119 lines 0 comments Download
A test/unittests/heap/scavenge-job-unittest.cc View 1 2 3 4 5 6 1 chunk +111 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (16 generated)
ulan
PTAL. Unit-tests for the static functions in ScavengeJob are coming soon.
5 years, 3 months ago (2015-09-17 16:08:36 UTC) #2
Hannes Payer (out of office)
I like this change a lot! A few comments... And waiting for tests. https://codereview.chromium.org/1352453004/diff/100001/src/heap/heap.cc File ...
5 years, 3 months ago (2015-09-21 09:00:57 UTC) #3
ulan
Thank you for review. I added tests https://codereview.chromium.org/1352453004/diff/100001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1352453004/diff/100001/src/heap/heap.cc#newcode4995 src/heap/heap.cc:4995: void Heap::ResetInlineAllocationLimit() ...
5 years, 3 months ago (2015-09-23 09:58:39 UTC) #4
Hannes Payer (out of office)
LGTM https://codereview.chromium.org/1352453004/diff/100001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1352453004/diff/100001/src/heap/heap.cc#newcode4995 src/heap/heap.cc:4995: void Heap::ResetInlineAllocationLimit() { On 2015/09/23 09:58:38, ulan wrote: ...
5 years, 3 months ago (2015-09-23 14:16:40 UTC) #5
ulan
https://codereview.chromium.org/1352453004/diff/180001/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1352453004/diff/180001/src/heap/heap.h#newcode430 src/heap/heap.h:430: class ScavengeJob; On 2015/09/23 14:16:39, Hannes Payer wrote: > ...
5 years, 3 months ago (2015-09-23 15:05:16 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/200001
5 years, 3 months ago (2015-09-24 11:51:35 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/10023)
5 years, 3 months ago (2015-09-24 11:54:34 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/220001
5 years, 3 months ago (2015-09-24 12:04:38 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/10024)
5 years, 3 months ago (2015-09-24 12:14:57 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/240001
5 years, 3 months ago (2015-09-24 13:21:01 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/260001
5 years, 3 months ago (2015-09-24 13:36:33 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-24 14:09:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/260001
5 years, 2 months ago (2015-09-25 12:33:43 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/6079)
5 years, 2 months ago (2015-09-25 12:35:44 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/280001
5 years, 2 months ago (2015-09-25 12:44:17 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1352453004/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1352453004/300001
5 years, 2 months ago (2015-09-25 14:20:42 UTC) #32
commit-bot: I haz the power
Committed patchset #16 (id:300001)
5 years, 2 months ago (2015-09-25 14:49:13 UTC) #33
commit-bot: I haz the power
5 years, 2 months ago (2015-09-25 14:49:32 UTC) #34
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/6256dc53cc62cd720c3b1869fcb04f1ab2110d62
Cr-Commit-Position: refs/heads/master@{#30944}

Powered by Google App Engine
This is Rietveld 408576698