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

Issue 2453673003: [heap] Concurrent store buffer processing. (Closed)

Created:
4 years, 1 month ago by Hannes Payer (out of office)
Modified:
4 years, 1 month ago
Reviewers:
Michael Lippautz, ulan
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Concurrent store buffer processing. BUG=chromium:648973, chromium:648568 Committed: https://crrev.com/50a5853f0de1b23f2b41f07d4856397c838ecbd0 Cr-Commit-Position: refs/heads/master@{#40642}

Patch Set 1 #

Patch Set 2 : added concurrent task #

Patch Set 3 : use more atomics #

Patch Set 4 : cleanup #

Patch Set 5 : cleanup #

Patch Set 6 : more coarse grained locking #

Patch Set 7 : remove debugging code #

Patch Set 8 : lock based version #

Patch Set 9 : comments #

Patch Set 10 : cleanup #

Total comments: 1

Patch Set 11 : filter directly when in GC #

Total comments: 8

Patch Set 12 : comments #

Total comments: 2

Patch Set 13 : remove check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -35 lines) Patch
M src/heap/heap.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +14 lines, -6 lines 0 comments Download
M src/heap/store-buffer.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +87 lines, -5 lines 0 comments Download
M src/heap/store-buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +97 lines, -24 lines 0 comments Download

Messages

Total messages: 59 (48 generated)
Hannes Payer (out of office)
I was aiming for a wait-free option for the main thread, but that seems to ...
4 years, 1 month ago (2016-10-27 13:49:14 UTC) #14
Hannes Payer (out of office)
PTAL
4 years, 1 month ago (2016-10-27 21:16:31 UTC) #29
Hannes Payer (out of office)
https://codereview.chromium.org/2453673003/diff/200001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2453673003/diff/200001/src/heap/mark-compact.cc#newcode3443 src/heap/mark-compact.cc:3443: heap()->store_buffer()->MoveAllEntriesToRememberedSet(); Instead of doing this, we could also filter ...
4 years, 1 month ago (2016-10-28 07:15:04 UTC) #41
ulan
Looking good. First round of comments (I still need to check concurrent insertion to and ...
4 years, 1 month ago (2016-10-28 09:18:02 UTC) #46
Hannes Payer (out of office)
https://codereview.chromium.org/2453673003/diff/220001/src/heap/store-buffer.cc File src/heap/store-buffer.cc (right): https://codereview.chromium.org/2453673003/diff/220001/src/heap/store-buffer.cc#newcode91 src/heap/store-buffer.cc:91: if (!task_running_.Value()) { On 2016/10/28 09:18:01, ulan wrote: > ...
4 years, 1 month ago (2016-10-28 09:58:33 UTC) #48
ulan
lgtm! https://codereview.chromium.org/2453673003/diff/240001/src/heap/store-buffer.cc File src/heap/store-buffer.cc (right): https://codereview.chromium.org/2453673003/diff/240001/src/heap/store-buffer.cc#newcode84 src/heap/store-buffer.cc:84: MoveEntriesToRememberedSet(other); Since MoveEntriesToRememberedSet already checks for lazy_top[i] == ...
4 years, 1 month ago (2016-10-28 10:12:29 UTC) #50
Hannes Payer (out of office)
https://codereview.chromium.org/2453673003/diff/240001/src/heap/store-buffer.cc File src/heap/store-buffer.cc (right): https://codereview.chromium.org/2453673003/diff/240001/src/heap/store-buffer.cc#newcode84 src/heap/store-buffer.cc:84: MoveEntriesToRememberedSet(other); On 2016/10/28 10:12:29, ulan wrote: > Since MoveEntriesToRememberedSet ...
4 years, 1 month ago (2016-10-28 10:15:25 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2453673003/260001
4 years, 1 month ago (2016-10-28 10:15:34 UTC) #54
commit-bot: I haz the power
Committed patchset #13 (id:260001)
4 years, 1 month ago (2016-10-28 10:40:12 UTC) #56
Michael Achenbach
A revert of this CL (patchset #13 id:260001) has been created in https://codereview.chromium.org/2449853010/ by machenbach@chromium.org. ...
4 years, 1 month ago (2016-10-28 16:45:19 UTC) #57
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:16:39 UTC) #59
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/50a5853f0de1b23f2b41f07d4856397c838ecbd0
Cr-Commit-Position: refs/heads/master@{#40642}

Powered by Google App Engine
This is Rietveld 408576698