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

Issue 12444003: Presweep one page before parallel/concurrent sweeping. (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

Presweep one page before parallel/concurrent sweeping. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13832

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -22 lines) Patch
M src/mark-compact.cc View 1 2 3 chunks +31 lines, -22 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-05 14:14:45 UTC) #1
Michael Starzinger
https://codereview.chromium.org/12444003/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12444003/diff/1/src/mark-compact.cc#newcode3849 src/mark-compact.cc:3849: if (presweep) { Can we use a "parallel_sweeping_flag" instead, ...
7 years, 9 months ago (2013-03-05 15:35:20 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/12444003/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12444003/diff/1/src/mark-compact.cc#newcode3849 src/mark-compact.cc:3849: if (presweep) { On 2013/03/05 15:35:20, Michael Starzinger wrote: ...
7 years, 9 months ago (2013-03-05 17:22:48 UTC) #3
Michael Starzinger
LGTM with one final comment. https://codereview.chromium.org/12444003/diff/5001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12444003/diff/5001/src/mark-compact.cc#newcode3835 src/mark-compact.cc:3835: freed_bytes += SweepConservatively<SWEEP_SEQUENTIALLY>(space, NULL, ...
7 years, 9 months ago (2013-03-05 17:46:33 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/12444003/diff/5001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/12444003/diff/5001/src/mark-compact.cc#newcode3835 src/mark-compact.cc:3835: freed_bytes += SweepConservatively<SWEEP_SEQUENTIALLY>(space, NULL, p); On 2013/03/05 17:46:33, Michael ...
7 years, 9 months ago (2013-03-05 17:48:38 UTC) #5
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-05 17:51:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r13832 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698