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

Issue 763273002: Introduce a kill-switch for shipping features. (Closed)

Created:
6 years ago by Dmitry Lomov (no reviews)
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : feedback #

Patch Set 3 : Fix test that was failing under nosnap #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -20 lines) Patch
M BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 5 chunks +3 lines, -14 lines 0 comments Download
M src/flag-definitions.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (4 generated)
Dmitry Lomov (no reviews)
PTAL
6 years ago (2014-11-28 12:16:28 UTC) #1
rossberg
https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h#newcode206 src/flag-definitions.h:206: DEFINE_IMPLICATION(harmony_shipping, id) Hm, don't you also need a NEG_IMPLICATION ...
6 years ago (2014-11-28 12:28:36 UTC) #2
Dmitry Lomov (no reviews)
comments addressed https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h#newcode206 src/flag-definitions.h:206: DEFINE_IMPLICATION(harmony_shipping, id) On 2014/11/28 12:28:36, rossberg wrote: ...
6 years ago (2014-11-28 13:34:41 UTC) #3
rossberg
lgtm https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/763273002/diff/1/src/flag-definitions.h#newcode206 src/flag-definitions.h:206: DEFINE_IMPLICATION(harmony_shipping, id) On 2014/11/28 13:34:41, Dmitry Lomov (chromium) ...
6 years ago (2014-11-28 13:41:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/763273002/20001
6 years ago (2014-11-28 13:42:32 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/1402)
6 years ago (2014-11-28 14:04:43 UTC) #8
Dmitry Lomov (no reviews)
Committed patchset #2 (id:20001) manually as d6285620868b15c84eb9affa59f6b4e869f074b8 (presubmit successful).
6 years ago (2014-11-28 14:32:24 UTC) #9
Dmitry Lomov (no reviews)
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/763353002/ by dslomov@chromium.org. ...
6 years ago (2014-11-28 18:27:24 UTC) #10
Dmitry Lomov (no reviews)
Hannes, could you take a post-commit look at changes in test-api.cc? This test started to ...
6 years ago (2014-11-28 19:38:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/763273002/40001
6 years ago (2014-11-28 19:39:17 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years ago (2014-11-28 20:07:17 UTC) #15
Hannes Payer (out of office)
the test fix does not look good, you broke the test semantics. CollectAllAvailableGarbage will call ...
6 years ago (2014-12-01 16:17:22 UTC) #16
Dmitry Lomov (no reviews)
6 years ago (2014-12-01 17:34:52 UTC) #17
Message was sent while issue was closed.
On 2014/12/01 16:17:22, Hannes Payer wrote:
> the test fix does not look good, you broke the test semantics.
> CollectAllAvailableGarbage will call the emergency gc mechanism which will
> result in seven full garbage collections. please verify what is going on and
fix
> the test appropriately. e.g. check if incremental marking is started. if this
is
> the case, you have to call
> CollectAllGarbage(Heap::kAbortIncrementalMarkingMask);

Thank you! Done in https://codereview.chromium.org/767453004/

Powered by Google App Engine
This is Rietveld 408576698