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

Issue 211623006: Use GCController.collectAll() in gc() (Closed)

Created:
6 years, 9 months ago by kouhei (in TOK)
Modified:
6 years, 9 months ago
Reviewers:
haraken
CC:
blink-reviews, oilpan-reviews
Visibility:
Public.

Description

Use GCController.collectAll() in gc() BUG=340522 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170014

Patch Set 1 #

Patch Set 2 : replace gc() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M LayoutTests/resources/js-test.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
kouhei (in TOK)
6 years, 9 months ago (2014-03-26 03:58:34 UTC) #1
haraken
Alternately, you can replace the implementation of gc() so that it uses GCController.collectAll(). The replacement ...
6 years, 9 months ago (2014-03-26 04:04:19 UTC) #2
kouhei (in TOK)
On 2014/03/26 04:04:19, haraken wrote: > Alternately, you can replace the implementation of gc() so ...
6 years, 9 months ago (2014-03-26 04:09:59 UTC) #3
haraken
LGTM. In a follow-up CL, I'll look into all call sites which are calling gc() ...
6 years, 9 months ago (2014-03-26 04:12:58 UTC) #4
kouhei (in TOK)
On 2014/03/26 04:12:58, haraken wrote: > LGTM. > > In a follow-up CL, I'll look ...
6 years, 9 months ago (2014-03-26 04:20:59 UTC) #5
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 9 months ago (2014-03-26 04:21:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/211623006/2
6 years, 9 months ago (2014-03-26 04:21:21 UTC) #7
commit-bot: I haz the power
Change committed as 170014
6 years, 9 months ago (2014-03-26 04:21:36 UTC) #8
haraken
6 years, 9 months ago (2014-03-26 04:24:10 UTC) #9
Message was sent while issue was closed.
On 2014/03/26 04:20:59, kouhei wrote:
> On 2014/03/26 04:12:58, haraken wrote:
> > LGTM.
> > 
> > In a follow-up CL, I'll look into all call sites which are calling gc()
> multiple
> > times and replace them with one gc().
> 
> I made a script that catches all possible callsites of calling gc() multiple
> times, but the list is pretty huge.

Great, thanks. I appreciate if you could replace them with the multiple gc()s
with one gc(). But please just be careful that the gc() is the gc() in
js-test.js. Some tests define gc() manually.

Powered by Google App Engine
This is Rietveld 408576698