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

Issue 1244353002: Use a lock in pages to synchronize sweeper threads to allow others to wait on concurrently swept pa… (Closed)

Created:
5 years, 5 months ago by Hannes Payer (out of office)
Modified:
5 years, 5 months ago
Reviewers:
Michael Lippautz, Jarin
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use a lock in pages to synchronize sweeper threads to allow others to wait on concurrently swept pages. BUG= Committed: https://crrev.com/05ec0ff08381b3780195069250f658da6040f131 Cr-Commit-Position: refs/heads/master@{#29804}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -12 lines) Patch
M src/heap/mark-compact.cc View 1 2 3 4 1 chunk +8 lines, -1 line 0 comments Download
M src/heap/spaces.h View 1 2 3 4 5 6 7 3 chunks +21 lines, -7 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/store-buffer.cc View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Hannes Payer (out of office)
5 years, 5 months ago (2015-07-22 09:38:13 UTC) #2
Michael Lippautz
https://codereview.chromium.org/1244353002/diff/100001/src/heap/spaces.h File src/heap/spaces.h (right): https://codereview.chromium.org/1244353002/diff/100001/src/heap/spaces.h#newcode547 src/heap/spaces.h:547: kPointerSize + kPointerSize; Can we make this more verbose ...
5 years, 5 months ago (2015-07-22 13:17:01 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/1244353002/diff/100001/src/heap/spaces.h File src/heap/spaces.h (right): https://codereview.chromium.org/1244353002/diff/100001/src/heap/spaces.h#newcode547 src/heap/spaces.h:547: kPointerSize + kPointerSize; On 2015/07/22 13:17:01, Michael Lippautz wrote: ...
5 years, 5 months ago (2015-07-22 13:29:25 UTC) #4
Michael Lippautz
lgtm
5 years, 5 months ago (2015-07-22 14:18:57 UTC) #5
Jarin
lgtm. Oh boy, this is ugly. At this point, can't we just use a standard ...
5 years, 5 months ago (2015-07-23 05:45:04 UTC) #6
Hannes Payer (out of office)
The page flags prevent us from getting rid of the sweeping state per page. As ...
5 years, 5 months ago (2015-07-23 09:36:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1244353002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1244353002/140001
5 years, 5 months ago (2015-07-23 09:36:25 UTC) #10
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 5 months ago (2015-07-23 10:03:06 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-23 10:03:19 UTC) #12
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/05ec0ff08381b3780195069250f658da6040f131
Cr-Commit-Position: refs/heads/master@{#29804}

Powered by Google App Engine
This is Rietveld 408576698