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

Issue 12261011: Move sweeping pending status field of concurrent sweepers to MarkCompactCollector. (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

Move sweeping pending status field of concurrent sweepers to MarkCompactCollector. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13661

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 3 (0 generated)
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-13 15:13:12 UTC) #1
Michael Starzinger
LGTM with a nit. https://codereview.chromium.org/12261011/diff/1/src/mark-compact.h File src/mark-compact.h (right): https://codereview.chromium.org/12261011/diff/1/src/mark-compact.h#newcode743 src/mark-compact.h:743: bool sweeping_pending_; Please add a ...
7 years, 10 months ago (2013-02-13 15:16:11 UTC) #2
Hannes Payer (out of office)
7 years, 10 months ago (2013-02-13 15:20:58 UTC) #3
https://codereview.chromium.org/12261011/diff/1/src/mark-compact.h
File src/mark-compact.h (right):

https://codereview.chromium.org/12261011/diff/1/src/mark-compact.h#newcode743
src/mark-compact.h:743: bool sweeping_pending_;
On 2013/02/13 15:16:11, Michael Starzinger wrote:
> Please add a short comment to this predicate explaining it's semantics.
> Especially that it's used for parallel and concurrent sweeping (not for lazy
> sweeping).

Done.

Powered by Google App Engine
This is Rietveld 408576698