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

Issue 1024043003: Simplified garbage collection idle handler. (Closed)

Created:
5 years, 9 months ago by Hannes Payer (out of office)
Modified:
5 years, 9 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

Simplified garbage collection idle handler. The current GC idle time handling heuristics are getting too complicated. Moreover, with longer idle time we are getting more full garbage collections. This CL shrinks the idle round window and reduces complexity in the case where we cause a full garbage collection. BUG=chromium:468554 LOG=n Committed: https://crrev.com/c293448f3e548a0c8e1e5daa3ba6601c0c380574 Cr-Commit-Position: refs/heads/master@{#27493}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -44 lines) Patch
M src/heap/gc-idle-time-handler.cc View 1 3 chunks +7 lines, -19 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +1 line, -24 lines 0 comments Download
M test/unittests/heap/gc-idle-time-handler-unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (7 generated)
Hannes Payer (out of office)
https://codereview.chromium.org/1024043003/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1024043003/diff/1/src/heap/gc-idle-time-handler.cc#newcode227 src/heap/gc-idle-time-handler.cc:227: if (IsMarkCompactIdleRoundFinished()) { I am still not happy about ...
5 years, 9 months ago (2015-03-23 10:55:26 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 9 months ago (2015-03-23 13:10:14 UTC) #3
ulan
lgtm
5 years, 9 months ago (2015-03-23 13:21:14 UTC) #4
Erik Corry
It's a good simplification. We have 3 triggers for a GC when this lands: IncrementalMarking: ...
5 years, 9 months ago (2015-03-23 14:38:39 UTC) #6
rmcilroy
On 2015/03/23 14:38:39, Erik Corry wrote: > It's a good simplification. > > We have ...
5 years, 9 months ago (2015-03-24 07:26:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1024043003/1
5 years, 9 months ago (2015-03-24 08:14:14 UTC) #9
commit-bot: I haz the power
Failed to apply patch for test/cctest/test-api.cc: While running git apply --index -3 -p1; error: patch ...
5 years, 9 months ago (2015-03-24 08:39:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1024043003/20001
5 years, 9 months ago (2015-03-27 07:29:42 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-27 08:00:44 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 08:01:00 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c293448f3e548a0c8e1e5daa3ba6601c0c380574
Cr-Commit-Position: refs/heads/master@{#27493}

Powered by Google App Engine
This is Rietveld 408576698