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

Issue 174302: Update the Idle collector to do a full GC (Closed)

Created:
11 years, 4 months ago by Mike Belshe
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Update the Idle collector to do a full GC after being idle for some time. Remove the default argument from CollectAllGarbage. Committed: http://code.google.com/p/v8/source/detail?r=2748

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -12 lines) Patch
M include/v8.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap.h View 1 2 3 4 2 chunks +28 lines, -1 line 0 comments Download
M src/heap-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Mike Belshe
11 years, 4 months ago (2009-08-22 08:49:40 UTC) #1
Erik Corry
http://codereview.chromium.org/174302/diff/5/1006 File src/heap.h (right): http://codereview.chromium.org/174302/diff/5/1006#newcode843 Line 843: // called repeatedly without JS activity, it will ...
11 years, 4 months ago (2009-08-23 21:35:34 UTC) #2
Mike Belshe
On 2009/08/23 21:35:34, Erik Corry wrote: > http://codereview.chromium.org/174302/diff/5/1006 > File src/heap.h (right): > > http://codereview.chromium.org/174302/diff/5/1006#newcode843 ...
11 years, 4 months ago (2009-08-24 15:04:25 UTC) #3
Mads Ager (chromium)
11 years, 4 months ago (2009-08-24 15:29:27 UTC) #4
LGTM

http://codereview.chromium.org/174302/diff/12/1019
File src/heap.h (right):

http://codereview.chromium.org/174302/diff/12/1019#newcode858
Line 858: CollectAllGarbage();
Maybe we should force compaction here to reduce the size even further?  Last
week I put in a change to shrink new space on compactions.  I believe that
passing true to CollectAllGarbage will force a compaction.

Powered by Google App Engine
This is Rietveld 408576698