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

Issue 8702006: Implement high promotion mode for new space. (Closed)

Created:
9 years ago by Michael Starzinger
Modified:
9 years ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Implement high promotion mode for new space. This mode drastically decreases pause times by limiting maximum capacity of the young generation when mutators generate many long-lived objects. It shrinks new space back to the initial capacity and keeps it at that capacity until survival rate decreases again. R=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=10072

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -3 lines) Patch
M src/heap.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/heap.cc View 4 chunks +37 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
PTAL.
9 years ago (2011-11-25 13:26:08 UTC) #1
Erik Corry
9 years ago (2011-11-25 14:38:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698