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

Issue 1268933003: Memory reducer should use the current allocation rate instead of the overall allocation rate. (Closed)

Created:
5 years, 4 months ago by ulan
Modified:
5 years, 4 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

Memory reducer should use the current allocation rate instead of the overall allocation rate. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -5 lines) Patch
M src/heap/gc-tracer.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/heap/memory-reducer.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 3 (1 generated)
ulan
PTAL In local testing I observed that memory reducer can time long time to kick ...
5 years, 4 months ago (2015-07-31 15:28:42 UTC) #2
ulan
5 years, 4 months ago (2015-08-04 11:27:36 UTC) #3
Message was sent while issue was closed.
On 2015/07/31 15:28:42, ulan wrote:
> PTAL
> 
> In local testing I observed that memory reducer can time long time to kick in
> because it doesn't use the current allocation rate.

Abandoning this CL since it can cause too aggressive GCs.

Powered by Google App Engine
This is Rietveld 408576698