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

Issue 1141393002: Restore NothingOrDone action in idle time handler. (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

Restore NothingOrDone action in idle time handler. This also adjusts transitioning between modes so that crbug.com/460090 remains fixed. BUG=chromium:489323, chromium:460090 LOG=NO Committed: https://crrev.com/39491c5168ee283e2a2e0053d0f6d809e1631058 Cr-Commit-Position: refs/heads/master@{#28490}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Add NothingOrDone in ShouldDoContextDisposalMarkCompact #

Patch Set 3 : Restore tests #

Patch Set 4 : Make backround idle time counter explicit #

Total comments: 4

Patch Set 5 : Address comments from Ross #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -39 lines) Patch
M src/heap/gc-idle-time-handler.h View 1 2 3 3 chunks +26 lines, -11 lines 0 comments Download
M src/heap/gc-idle-time-handler.cc View 1 2 3 4 6 chunks +39 lines, -18 lines 0 comments Download
M test/unittests/heap/gc-idle-time-handler-unittest.cc View 1 2 3 6 chunks +65 lines, -10 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
ulan
PTAL
5 years, 7 months ago (2015-05-19 09:40:54 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc#newcode297 src/heap/gc-idle-time-handler.cc:297: return GCIdleTimeAction::Nothing(); What about this one and the one ...
5 years, 7 months ago (2015-05-19 09:50:32 UTC) #3
ulan
https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc#newcode297 src/heap/gc-idle-time-handler.cc:297: return GCIdleTimeAction::Nothing(); On 2015/05/19 09:50:32, Hannes Payer wrote: > ...
5 years, 7 months ago (2015-05-19 10:10:34 UTC) #4
rmcilroy
https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc#newcode297 src/heap/gc-idle-time-handler.cc:297: return GCIdleTimeAction::Nothing(); On 2015/05/19 09:50:32, Hannes Payer wrote: > ...
5 years, 7 months ago (2015-05-19 10:26:57 UTC) #5
ulan
https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc#newcode348 src/heap/gc-idle-time-handler.cc:348: kLongIdleNotificationsBeforeMutatorIsIdle / 2; On 2015/05/19 10:26:57, rmcilroy wrote: > ...
5 years, 7 months ago (2015-05-19 11:21:53 UTC) #6
rmcilroy
lgtm, thanks. https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc#newcode348 src/heap/gc-idle-time-handler.cc:348: kLongIdleNotificationsBeforeMutatorIsIdle / 2; On 2015/05/19 11:21:52, ulan ...
5 years, 7 months ago (2015-05-19 14:36:34 UTC) #7
Hannes Payer (out of office)
On 2015/05/19 14:36:34, rmcilroy wrote: > lgtm, thanks. > > https://codereview.chromium.org/1141393002/diff/1/src/heap/gc-idle-time-handler.cc > File src/heap/gc-idle-time-handler.cc (right): ...
5 years, 7 months ago (2015-05-19 14:38:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141393002/80001
5 years, 7 months ago (2015-05-19 14:44:29 UTC) #11
ulan
Thank, landing https://codereview.chromium.org/1141393002/diff/60001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1141393002/diff/60001/src/heap/gc-idle-time-handler.cc#newcode351 src/heap/gc-idle-time-handler.cc:351: background_idle_notifications_++; On 2015/05/19 14:36:33, rmcilroy wrote: > ...
5 years, 7 months ago (2015-05-19 14:44:30 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/2792)
5 years, 7 months ago (2015-05-19 14:55:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141393002/80001
5 years, 7 months ago (2015-05-19 15:06:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/4310)
5 years, 7 months ago (2015-05-19 15:38:37 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141393002/80001
5 years, 7 months ago (2015-05-19 17:44:45 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-19 18:12:29 UTC) #21
commit-bot: I haz the power
5 years, 7 months ago (2015-05-19 18:12:45 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/39491c5168ee283e2a2e0053d0f6d809e1631058
Cr-Commit-Position: refs/heads/master@{#28490}

Powered by Google App Engine
This is Rietveld 408576698