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

Issue 2888093003: [heap] Add GN flag for enabling concurrent marking. (Closed)

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

Description

[heap] Add GN flag for enabling concurrent marking. BUG=chromium:723600 Review-Url: https://codereview.chromium.org/2888093003 Cr-Commit-Position: refs/heads/master@{#45379} Committed: https://chromium.googlesource.com/v8/v8/+/f1e82a2ee9d339f86b47cd4507c0a58f9c06e608

Patch Set 1 #

Total comments: 2

Patch Set 2 : infer runtime flag from compile time flag #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -11 lines) Patch
M BUILD.gn View 2 chunks +6 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap/concurrent-marking.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/incremental-marking.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/incremental-marking.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/mark-compact.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
ulan
ptal
3 years, 7 months ago (2017-05-17 12:46:42 UTC) #2
Michael Achenbach
https://codereview.chromium.org/2888093003/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2888093003/diff/1/src/flag-definitions.h#newcode672 src/flag-definitions.h:672: DEFINE_BOOL(concurrent_marking, false, "use concurrent marking") why not keep it ...
3 years, 7 months ago (2017-05-17 14:14:44 UTC) #3
ulan
https://codereview.chromium.org/2888093003/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2888093003/diff/1/src/flag-definitions.h#newcode672 src/flag-definitions.h:672: DEFINE_BOOL(concurrent_marking, false, "use concurrent marking") On 2017/05/17 14:14:44, Michael ...
3 years, 7 months ago (2017-05-17 14:34:48 UTC) #4
Michael Lippautz
lgtm
3 years, 7 months ago (2017-05-17 14:36:36 UTC) #5
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/2888093003/20001
3 years, 7 months ago (2017-05-17 14:42:16 UTC) #7
commit-bot: I haz the power
3 years, 7 months ago (2017-05-17 15:22:46 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/f1e82a2ee9d339f86b47cd4507c0a58f9c0...

Powered by Google App Engine
This is Rietveld 408576698