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

Issue 267021: Add functionality to the renderer thread to purge memory. Not yet called.... (Closed)

Created:
11 years, 2 months ago by Peter Kasting
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, jam
Visibility:
Public.

Description

Add functionality to the renderer thread to purge memory. Not yet called. BUG=23400 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28415

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M chrome/common/render_messages_internal.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 4 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Peter Kasting
11 years, 2 months ago (2009-10-08 01:06:27 UTC) #1
darin (slow to review)
http://codereview.chromium.org/267021/diff/1/3 File chrome/renderer/render_thread.cc (right): http://codereview.chromium.org/267021/diff/1/3#newcode535 Line 535: while (!v8::V8::IdleNotification()) are you sure this is guaranteed ...
11 years, 2 months ago (2009-10-08 07:05:48 UTC) #2
Peter Kasting
http://codereview.chromium.org/267021/diff/1/3 File chrome/renderer/render_thread.cc (right): http://codereview.chromium.org/267021/diff/1/3#newcode535 Line 535: while (!v8::V8::IdleNotification()) On 2009/10/08 07:05:48, darin wrote: > ...
11 years, 2 months ago (2009-10-08 16:55:11 UTC) #3
darin (slow to review)
> If you call it a fixed number of times, you currently need 8 calls ...
11 years, 2 months ago (2009-10-08 17:44:49 UTC) #4
Peter Kasting
On 2009/10/08 17:44:49, darin wrote: > > But we're not just purging caches. We're purging ...
11 years, 2 months ago (2009-10-08 17:51:03 UTC) #5
darin (slow to review)
11 years, 2 months ago (2009-10-08 18:15:40 UTC) #6
OK, LGTM

Powered by Google App Engine
This is Rietveld 408576698