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

Issue 12499004: Unlink evacuation candidates from list of pages before starting sweeper threads. (Closed)

Created:
7 years, 9 months ago by Hannes Payer (out of office)
Modified:
7 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Unlink evacuation candidates from list of pages before starting sweeper threads. Removed FinalizeSweeping(). BUG= Committed: https://code.google.com/p/v8/source/detail?r=13886

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -19 lines) Patch
M src/mark-compact.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 8 chunks +21 lines, -13 lines 0 comments Download
M src/spaces.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 1 2 3 4 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-08 12:29:44 UTC) #1
Michael Starzinger
https://codereview.chromium.org/12499004/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12499004/diff/3001/src/mark-compact.cc#newcode563 src/mark-compact.cc:563: heap()->FreeQueuedChunks(); There shouldn't be any queued chunks at this ...
7 years, 9 months ago (2013-03-08 12:52:06 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/12499004/diff/3001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12499004/diff/3001/src/mark-compact.cc#newcode563 src/mark-compact.cc:563: heap()->FreeQueuedChunks(); On 2013/03/08 12:52:06, Michael Starzinger wrote: > There ...
7 years, 9 months ago (2013-03-08 14:02:30 UTC) #3
Michael Starzinger
LGTM with nits. Much better than the previous approach. https://codereview.chromium.org/12499004/diff/8002/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12499004/diff/8002/src/mark-compact.cc#newcode3909 src/mark-compact.cc:3909: ...
7 years, 9 months ago (2013-03-08 14:20:52 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/12499004/diff/8002/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12499004/diff/8002/src/mark-compact.cc#newcode3909 src/mark-compact.cc:3909: // pages. On 2013/03/08 14:20:52, Michael Starzinger wrote: > ...
7 years, 9 months ago (2013-03-08 14:34:44 UTC) #5
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-08 14:41:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r13886 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698