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

Issue 12082101: Release evacuation candidates after parallel sweeper threads completed. (Closed)

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

Description

Release evacuation candidates after parallel sweeper threads completed. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13708

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

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

Messages

Total messages: 8 (0 generated)
Hannes Payer (out of office)
7 years, 10 months ago (2013-01-31 16:03:36 UTC) #1
Michael Starzinger
This looks much better than the original solution. First round of comments. https://codereview.chromium.org/12082101/diff/5004/src/mark-compact.cc File src/mark-compact.cc ...
7 years, 10 months ago (2013-02-20 18:20:07 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/12082101/diff/5004/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12082101/diff/5004/src/mark-compact.cc#newcode3868 src/mark-compact.cc:3868: WaitUntilSweepingCompleted(); On 2013/02/20 18:20:07, Michael Starzinger wrote: > The ...
7 years, 10 months ago (2013-02-21 12:05:17 UTC) #3
Michael Starzinger
https://codereview.chromium.org/12082101/diff/12001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12082101/diff/12001/src/mark-compact.cc#newcode538 src/mark-compact.cc:538: bool MarkCompactCollector::WaitUntilSweepingCompleted() { Why do you return a boolean ...
7 years, 10 months ago (2013-02-21 12:22:09 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/12082101/diff/12001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12082101/diff/12001/src/mark-compact.cc#newcode538 src/mark-compact.cc:538: bool MarkCompactCollector::WaitUntilSweepingCompleted() { On 2013/02/21 12:22:09, Michael Starzinger wrote: ...
7 years, 10 months ago (2013-02-21 12:52:31 UTC) #5
Michael Starzinger
LGTM, with two final nits. https://codereview.chromium.org/12082101/diff/14002/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12082101/diff/14002/src/mark-compact.cc#newcode3875 src/mark-compact.cc:3875: // TODO(hpayer): fix race ...
7 years, 10 months ago (2013-02-21 12:54:59 UTC) #6
Hannes Payer (out of office)
https://codereview.chromium.org/12082101/diff/14002/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12082101/diff/14002/src/mark-compact.cc#newcode3875 src/mark-compact.cc:3875: // TODO(hpayer): fix race with concurrent sweeper There is ...
7 years, 10 months ago (2013-02-21 13:06:48 UTC) #7
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-21 13:12:19 UTC) #8
Message was sent while issue was closed.
Committed manually as r13708 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698