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

Issue 8816021: Rescan cells at the end of mark-sweep. This means they don't need a (Closed)

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

Description

Rescan cells at the end of mark-sweep. This means they don't need a write barrier. Committed: http://code.google.com/p/v8/source/detail?r=10187

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -38 lines) Patch
M src/ia32/code-stubs-ia32.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -14 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -15 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +16 lines, -0 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years ago (2011-12-06 15:19:45 UTC) #1
Vyacheslav Egorov (Chromium)
9 years ago (2011-12-06 15:28:15 UTC) #2
lgtm

http://codereview.chromium.org/8816021/diff/1/src/mark-compact.cc
File src/mark-compact.cc (right):

http://codereview.chromium.org/8816021/diff/1/src/mark-compact.cc#newcode2085
src/mark-compact.cc:2085: // of the incremental sweeping.
at the end of incremental marking

http://codereview.chromium.org/8816021/diff/1/src/mark-compact.cc#newcode2086
src/mark-compact.cc:2086: {
Please check that we actually _had_ incremental marking, otherwise we just waste
time.

Powered by Google App Engine
This is Rietveld 408576698