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

Issue 227533006: Synchronize store buffer processing and concurrent sweeping. (Closed)

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

Description

Synchronize store buffer processing and concurrent sweeping. BUG= R=jarin@chromium.org, mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20582

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -29 lines) Patch
M src/mark-compact.cc View 1 2 3 4 1 chunk +13 lines, -8 lines 0 comments Download
M src/objects.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 7 chunks +19 lines, -5 lines 0 comments Download
M src/spaces.cc View 1 2 3 2 chunks +9 lines, -6 lines 0 comments Download
M src/store-buffer.cc View 1 2 3 4 chunks +23 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
6 years, 8 months ago (2014-04-07 16:55:19 UTC) #1
Michael Starzinger
LGTM (with one comment). Although I have to admit it caused a slight complexity-induced brain ...
6 years, 8 months ago (2014-04-08 10:35:30 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/227533006/diff/20001/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/227533006/diff/20001/src/store-buffer.cc#newcode603 src/store-buffer.cc:603: NoBarrier_Load(reinterpret_cast<AtomicWord*>(current))); On 2014/04/08 10:35:31, Michael Starzinger wrote: > I ...
6 years, 8 months ago (2014-04-08 10:45:13 UTC) #3
Jarin
Good progress, but as we discussed, it needs a bit more work. Thanks. https://codereview.chromium.org/227533006/diff/20001/src/spaces.cc File ...
6 years, 8 months ago (2014-04-08 13:00:53 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/227533006/diff/20001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/227533006/diff/20001/src/spaces.cc#newcode2026 src/spaces.cc:2026: set_map_no_write_barrier(heap->raw_unchecked_free_space_map()); On 2014/04/08 13:00:53, jarin wrote: > Here we ...
6 years, 8 months ago (2014-04-08 14:04:35 UTC) #5
Jarin
lgtm. scary stuff.
6 years, 8 months ago (2014-04-08 14:44:15 UTC) #6
Hannes Payer (out of office)
6 years, 8 months ago (2014-04-08 16:32:11 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r20582 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698