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

Issue 17005005: Reland "Make more GCs in idle notification handler." (Closed)

Created:
7 years, 6 months ago by ulan
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Reland "Make more GCs in idle notification handler." Fix performance regression on benchmarks by filtering out short idle notifications. R=hpayer@chromium.org BUG=241815 Committed: https://code.google.com/p/v8/source/detail?r=15160

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -14 lines) Patch
M src/heap.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/heap.cc View 5 chunks +11 lines, -12 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
ulan
PTAL
7 years, 6 months ago (2013-06-14 11:39:10 UTC) #1
Hannes Payer (out of office)
LGTM wiht one nit https://codereview.chromium.org/17005005/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/17005005/diff/1/src/heap.cc#newcode5875 src/heap.cc:5875: const int kMinHint = 10; ...
7 years, 6 months ago (2013-06-14 11:48:58 UTC) #2
ulan
Committed patchset #1 manually as r15160 (presubmit successful).
7 years, 6 months ago (2013-06-14 14:24:14 UTC) #3
ulan
7 years, 6 months ago (2013-06-14 14:24:20 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/17005005/diff/1/src/heap.cc
File src/heap.cc (right):

https://codereview.chromium.org/17005005/diff/1/src/heap.cc#newcode5875
src/heap.cc:5875: const int kMinHint = 10;
On 2013/06/14 11:48:58, Hannes Payer wrote:
> Can we call that kMinHintForIncrementalMarking? This would be in sync with
> kMinHintForFullGC.

Done.

Powered by Google App Engine
This is Rietveld 408576698