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

Issue 1090963002: Use smaller heap growing factor in idle notification to start incremental marking when there is idl… (Closed)

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

Use smaller heap growing factor in idle notification to start incremental marking when there is idle time >16ms. BUG=chromium:477323 LOG=y Committed: https://crrev.com/c96a2d3a742fe789af64387c4796d7aa0a5a494f Cr-Commit-Position: refs/heads/master@{#27897}

Patch Set 1 #

Patch Set 2 : #

Total comments: 17

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -22 lines) Patch
M src/heap/gc-idle-time-handler.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/heap/heap.h View 1 2 3 4 chunks +18 lines, -5 lines 0 comments Download
M src/heap/heap.cc View 1 2 8 chunks +36 lines, -15 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
Hannes Payer (out of office)
5 years, 8 months ago (2015-04-16 13:33:28 UTC) #2
Erik Corry Chromium.org
https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h File src/heap/gc-idle-time-handler.h (right): https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h#newcode126 src/heap/gc-idle-time-handler.h:126: static const size_t kMaxFrameRenderingIdleTime = 16; It's 16 and ...
5 years, 8 months ago (2015-04-16 14:16:44 UTC) #3
ulan
https://codereview.chromium.org/1090963002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1090963002/diff/20001/src/heap/heap.cc#newcode4593 src/heap/heap.cc:4593: limit = Instead of storing current_old_generation_growing_factor_ and reversing the ...
5 years, 8 months ago (2015-04-16 14:17:22 UTC) #4
Hannes Payer (out of office)
Thanks for the comments, it's simpler now. https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h File src/heap/gc-idle-time-handler.h (right): https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h#newcode126 src/heap/gc-idle-time-handler.h:126: static const ...
5 years, 8 months ago (2015-04-16 14:46:45 UTC) #5
ulan
lgtm
5 years, 8 months ago (2015-04-16 15:00:03 UTC) #6
rmcilroy
On 2015/04/16 15:00:03, ulan wrote: > lgtm lgtm, thanks.
5 years, 8 months ago (2015-04-16 15:23:40 UTC) #7
Erik Corry
LGTM https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h File src/heap/gc-idle-time-handler.h (right): https://codereview.chromium.org/1090963002/diff/20001/src/heap/gc-idle-time-handler.h#newcode126 src/heap/gc-idle-time-handler.h:126: static const size_t kMaxFrameRenderingIdleTime = 16; It's actually ...
5 years, 8 months ago (2015-04-16 15:35:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1090963002/60001
5 years, 8 months ago (2015-04-16 16:30:11 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-16 16:31:45 UTC) #12
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 16:31:56 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c96a2d3a742fe789af64387c4796d7aa0a5a494f
Cr-Commit-Position: refs/heads/master@{#27897}

Powered by Google App Engine
This is Rietveld 408576698