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

Issue 2723473002: [heap] Use a separate concurrent store buffer processing flag. (Closed)

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

Description

[heap] Use a separate concurrent store buffer processing flag. BUG=chromium:697049 Review-Url: https://codereview.chromium.org/2723473002 Cr-Commit-Position: refs/heads/master@{#43492} Committed: https://chromium.googlesource.com/v8/v8/+/d05dede4cef58a1abfe3b733476f75fdea7fadda

Patch Set 1 #

Total comments: 2

Patch Set 2 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M src/flag-definitions.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/heap/store-buffer.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
Hannes Payer (out of office)
3 years, 9 months ago (2017-02-27 10:48:10 UTC) #2
ulan
lgtm with comment https://codereview.chromium.org/2723473002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2723473002/diff/1/src/flag-definitions.h#newcode1251 src/flag-definitions.h:1251: DEFINE_NEG_IMPLICATION(single_threaded, parallel_compaction) Please add: DEFINE_NEG_IMPLICATION(single_threaded, concurrent_store_buffer)
3 years, 9 months ago (2017-02-27 10:51:01 UTC) #3
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/2723473002/20001
3 years, 9 months ago (2017-02-28 15:43:46 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/d05dede4cef58a1abfe3b733476f75fdea7fadda
3 years, 9 months ago (2017-02-28 16:11:48 UTC) #10
Hannes Payer (out of office)
3 years, 9 months ago (2017-02-28 21:23:55 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2723473002/diff/1/src/flag-definitions.h
File src/flag-definitions.h (right):

https://codereview.chromium.org/2723473002/diff/1/src/flag-definitions.h#newc...
src/flag-definitions.h:1251: DEFINE_NEG_IMPLICATION(single_threaded,
parallel_compaction)
On 2017/02/27 10:51:00, ulan wrote:
> Please add:
> DEFINE_NEG_IMPLICATION(single_threaded, concurrent_store_buffer)

Thanks. Done.

Powered by Google App Engine
This is Rietveld 408576698