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

Issue 10640002: Fix lazy sweeping heuristics to prevent old-space expansion. (Closed)

Created:
8 years, 6 months ago by Michael Starzinger
Modified:
8 years, 6 months ago
Reviewers:
ulan, Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix lazy sweeping heuristics to prevent old-space expansion. This is a temporary fix to prevent excessive expansion of old-space caused by inaccuracies in lazy sweeper advancing. We actually don't intend to sweep any pages eagerly, but that requires further changes to lazy sweeping. R=ulan@chromium.org,erik.corry@gmail.com BUG=v8:2194 Committed: https://code.google.com/p/v8/source/detail?r=11904

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -7 lines) Patch
M src/mark-compact.cc View 2 chunks +1 line, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
8 years, 6 months ago (2012-06-21 15:27:14 UTC) #1
Michael Starzinger
Adapted descriptions to reflect that it's a temporary fix. Referenced issue tracking the upcoming long-term ...
8 years, 6 months ago (2012-06-22 11:27:54 UTC) #2
ulan
8 years, 6 months ago (2012-06-22 11:29:44 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698