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

Issue 382793002: Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. (Closed)

Created:
6 years, 5 months ago by Hannes Payer (out of office)
Modified:
6 years, 5 months ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Remove sequential sweeping mode and perform lazy sweeping when no sweeper threads are active. BUG= R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22346

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 10

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -82 lines) Patch
M src/heap.cc View 1 2 3 4 5 2 chunks +4 lines, -5 lines 0 comments Download
M src/incremental-marking.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/mark-compact.h View 1 2 3 4 5 3 chunks +7 lines, -7 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 5 12 chunks +23 lines, -29 lines 0 comments Download
M src/spaces.h View 1 2 3 3 chunks +2 lines, -7 lines 0 comments Download
M src/spaces.cc View 1 2 3 4 5 6 chunks +23 lines, -22 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-11 06:46:47 UTC) #1
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-11 06:46:47 UTC) #2
Jarin
I love this. Couple of comments below. https://codereview.chromium.org/382793002/diff/80001/src/incremental-marking.cc File src/incremental-marking.cc (right): https://codereview.chromium.org/382793002/diff/80001/src/incremental-marking.cc#newcode886 src/incremental-marking.cc:886: if (heap_->mark_compact_collector()->sweeping_pending() ...
6 years, 5 months ago (2014-07-11 07:40:52 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/382793002/diff/80001/src/incremental-marking.cc File src/incremental-marking.cc (right): https://codereview.chromium.org/382793002/diff/80001/src/incremental-marking.cc#newcode886 src/incremental-marking.cc:886: if (heap_->mark_compact_collector()->sweeping_pending() && On 2014/07/11 07:40:52, jarin wrote: > ...
6 years, 5 months ago (2014-07-11 09:36:13 UTC) #4
Jarin
lgtm
6 years, 5 months ago (2014-07-11 09:44:04 UTC) #5
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-11 09:51:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r22346 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698