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

Issue 7528022: Fix the --max-old-space-size flag so it can be used on 64 bit for (Closed)

Created:
9 years, 4 months ago by Erik Corry
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix the --max-old-space-size flag so it can be used on 64 bit for multi-gigabyte heap sizes. The unit is Mbytes. Hurry the incremental GC when the mutator is mutating too fast for the incremental marker to keep up. Print the length of the longest marking step at the end of an incremental mark-sweep GC. Skip a Mozilla test that causes deliberate out of memory errors. Committed: http://code.google.com/p/v8/source/detail?r=8861

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -7 lines) Patch
M src/heap.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/heap.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M src/incremental-marking.h View 4 chunks +11 lines, -0 lines 0 comments Download
M src/incremental-marking.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/incremental-marking-inl.h View 1 chunk +15 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 4 months ago (2011-08-09 09:02:07 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-09 09:16:23 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698