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

Issue 2446673002: [compiler] Put shared function marking behind a flag (Closed)

Created:
4 years, 1 month ago by Leszek Swirski
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com, Michael Hablich, gsathya
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[compiler] Put shared function marking behind a flag This lets us investigate regressions caused by this marking while letting others continue their work without being impacted. BUG=v8:5512 Committed: https://crrev.com/f97b28f8b9678f9529acb21551a10f466a0b722e Cr-Commit-Position: refs/heads/master@{#40563}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Rename flag and change to DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M src/compiler.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (11 generated)
Leszek Swirski
Putting this behind a flag while we analyze the performance regressions.
4 years, 1 month ago (2016-10-24 17:01:14 UTC) #4
Michael Starzinger
https://codereview.chromium.org/2446673002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2446673002/diff/1/src/compiler.cc#newcode977 src/compiler.cc:977: function->shared()->was_marked_for_optimization()) { nit: This should actually never happen when ...
4 years, 1 month ago (2016-10-25 10:38:24 UTC) #7
Leszek Swirski
Thanks Michi, all done. https://codereview.chromium.org/2446673002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2446673002/diff/1/src/compiler.cc#newcode977 src/compiler.cc:977: function->shared()->was_marked_for_optimization()) { On 2016/10/25 10:38:24, ...
4 years, 1 month ago (2016-10-25 10:56:10 UTC) #10
Michael Starzinger
LGTM from my end. https://codereview.chromium.org/2446673002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/2446673002/diff/1/src/flag-definitions.h#newcode278 src/flag-definitions.h:278: DEFINE_BOOL(mark_shared_functions, false, On 2016/10/25 10:56:10, ...
4 years, 1 month ago (2016-10-25 12:05:13 UTC) #13
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/2446673002/20001
4 years, 1 month ago (2016-10-25 12:25:11 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-25 12:34:12 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:12:38 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f97b28f8b9678f9529acb21551a10f466a0b722e
Cr-Commit-Position: refs/heads/master@{#40563}

Powered by Google App Engine
This is Rietveld 408576698