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

Issue 2050473006: Disable tail calls inside Simple GM functions. (Closed)

Created:
4 years, 6 months ago by mtklein_C
Modified:
4 years, 6 months ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Disable tail calls inside Simple GM functions. I haven't found any way to turn off the particular optimization (-foptimize-sibling-calls) per-function, but I can control optimization settings coarsely: - on GCC, we can pick a particular -O level, so I've picked -O1 which does not enable -foptimize-sibling-calls - on Clang, we can only disable all optimization for a function - have no idea about MSVC This should make sure the simple GM functions, e.g. all_bitmap_configs_GM(), show up on stack traces when we crash. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2050473006 Committed: https://skia.googlesource.com/skia/+/eee3ced68f787aadc47fa274ca8e13b354ec920a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M gm/gm.h View 1 chunk +14 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
mtklein_C
4 years, 6 months ago (2016-06-09 15:53:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2050473006/1
4 years, 6 months ago (2016-06-09 15:53:23 UTC) #5
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 6 months ago (2016-06-09 15:53:25 UTC) #6
reed1
lgtm
4 years, 6 months ago (2016-06-09 17:28:03 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/eee3ced68f787aadc47fa274ca8e13b354ec920a
4 years, 6 months ago (2016-06-09 17:30:08 UTC) #9
mtklein
4 years, 6 months ago (2016-06-09 18:59:32 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2051193002/ by mtklein@google.com.

The reason for reverting is: Appears to have broken
Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.

Powered by Google App Engine
This is Rietveld 408576698