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

Issue 1271833002: Chunk-wise marking stack processing. (Closed)

Created:
5 years, 4 months ago by koda
Modified:
5 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Process marking stack chunk-wise. Prepares for parallel processing of a shared marking stack, but code remains unsynchronized for now. Share basic data structures with the StoreBuffer. BUG= Committed: https://github.com/dart-lang/sdk/commit/eb1bcef36fe18b07004fe947d79d2ecafc0661a7

Patch Set 1 #

Patch Set 2 : Comments. #

Patch Set 3 : Simple stack. #

Patch Set 4 : Encapsulate visitor's interface to marking stack in WorkList inner class. #

Total comments: 4

Patch Set 5 : Final review comments. #

Patch Set 6 : Add missing argument. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -140 lines) Patch
M runtime/vm/gc_marker.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/gc_marker.cc View 1 2 3 4 5 9 chunks +91 lines, -135 lines 0 comments Download
M runtime/vm/store_buffer.h View 3 4 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/store_buffer.cc View 2 chunks +19 lines, -1 line 0 comments Download
M runtime/vm/thread.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
koda
5 years, 4 months ago (2015-08-03 18:24:20 UTC) #2
koda
Updated to simple stack-oriented processing within a single work block. The number of over/underflow events ...
5 years, 4 months ago (2015-08-05 14:02:22 UTC) #3
koda
On 2015/08/05 14:02:22, koda wrote: > Updated to simple stack-oriented processing within a single work ...
5 years, 4 months ago (2015-08-05 19:17:00 UTC) #4
koda
Updated with WorkList abstraction. PTAL
5 years, 4 months ago (2015-08-06 01:54:20 UTC) #5
Ivan Posva
LGTMwC -Ivan https://codereview.chromium.org/1271833002/diff/60001/runtime/vm/gc_marker.cc File runtime/vm/gc_marker.cc (right): https://codereview.chromium.org/1271833002/diff/60001/runtime/vm/gc_marker.cc#newcode202 runtime/vm/gc_marker.cc:202: return work_->Pop(); How about structuring it like ...
5 years, 4 months ago (2015-08-06 07:02:09 UTC) #6
koda
https://codereview.chromium.org/1271833002/diff/60001/runtime/vm/gc_marker.cc File runtime/vm/gc_marker.cc (right): https://codereview.chromium.org/1271833002/diff/60001/runtime/vm/gc_marker.cc#newcode202 runtime/vm/gc_marker.cc:202: return work_->Pop(); On 2015/08/06 07:02:09, Ivan Posva wrote: > ...
5 years, 4 months ago (2015-08-07 12:59:07 UTC) #7
koda
5 years, 4 months ago (2015-08-07 13:43:12 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
eb1bcef36fe18b07004fe947d79d2ecafc0661a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698