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

Issue 2528913002: [compiler] Make --debug-code the default in debug builds. (Closed)

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

Description

[compiler] Make --debug-code the default in debug builds. This enables {FLAG_debug_code} by default in debug builds. The advantage is that generated code contained within the snapshot will contain such debug code. Before we would only get coverage for these pieces with the no-snapshot builds, which have a meager coverage. One can still pass the inverse --no-debug-code flag to ensure generated code remains readable within debug builds as well. R=machenbach@chromium.org Committed: https://crrev.com/651c1b86a2757475ba0332b06f149ec3c0347ef0 Cr-Commit-Position: refs/heads/master@{#41451}

Patch Set 1 #

Patch Set 2 : Adapt stack limits. #

Patch Set 3 : Adapt more. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/flag-definitions.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-353551.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/webkit/fast/js/deep-recursion-test.js View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/fuzz-harness.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/jsfunfuzz/fuzz-harness.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/run-deopt-fuzzer.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/run-tests.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (18 generated)
Michael Starzinger
4 years ago (2016-12-02 11:25:42 UTC) #15
Benedikt Meurer
LGTM. I like it, thanks.
4 years ago (2016-12-02 11:31:41 UTC) #16
Michael Achenbach
lgtm
4 years ago (2016-12-02 11:32:21 UTC) #17
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/2528913002/40001
4 years ago (2016-12-02 11:34:59 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-02 11:36:43 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/651c1b86a2757475ba0332b06f149ec3c0347ef0 Cr-Commit-Position: refs/heads/master@{#41451}
4 years ago (2016-12-02 11:37:10 UTC) #24
neis
4 years ago (2016-12-02 11:49:35 UTC) #25
Message was sent while issue was closed.
Nice!

Powered by Google App Engine
This is Rietveld 408576698