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

Issue 6715028: Preserve marking bits across scavenges if incremental marker is running. (Closed)

Created:
9 years, 9 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Preserve marking bits across scavenges if incremental marker is running. This avoids hurry if incremental marking did not complete before scavenge. Committed: http://code.google.com/p/v8/source/detail?r=7332

Patch Set 1 #

Patch Set 2 : fix bugs introduced by merge #

Total comments: 3

Patch Set 3 : fix review comments, add more tracing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -61 lines) Patch
M src/heap.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 15 chunks +77 lines, -26 lines 0 comments Download
M src/incremental-marking.h View 1 2 8 chunks +30 lines, -7 lines 0 comments Download
M src/incremental-marking.cc View 1 2 9 chunks +83 lines, -25 lines 0 comments Download
M src/mark-compact.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/spaces.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 9 months ago (2011-03-22 14:30:06 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/6715028/diff/8/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/6715028/diff/8/src/heap.cc#newcode476 src/heap.cc:476: PrintF("[IncrementalMarking] SURVIVING SCAVENGE\n"); This is a message that ...
9 years, 9 months ago (2011-03-23 12:04:32 UTC) #2
Erik Corry
9 years, 9 months ago (2011-03-23 15:58:51 UTC) #3
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698