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

Issue 2829433003: Enable frame pointers explicitly under ARM32. (Closed)

Created:
3 years, 8 months ago by Wez
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable frame pointers explicitly under ARM32. This replaces the quick-fix in crrev.com/2820803003, to address issues with ARM32 builds when frame pointers are disabled. This CL explicitly enables frame pointers in ARM32 builds, and pulls out the ARM32 and ARM64 special-cases to be handling separately from Debug, profiling and sanitizer build configurations, for clarity. BUG=710131, 706654, 711784 Review-Url: https://codereview.chromium.org/2829433003 Cr-Commit-Position: refs/heads/master@{#466080} Committed: https://chromium.googlesource.com/chromium/src/+/38f02400540606a7c418f9fa5148d3a07fd8b4fa

Patch Set 1 #

Total comments: 5

Patch Set 2 : Make enable_frame_pointers an argument #

Patch Set 3 : Restrict 711784 work-around to ChromeOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -18 lines) Patch
M build/config/compiler/BUILD.gn View 1 1 chunk +2 lines, -7 lines 0 comments Download
M build/config/compiler/compiler.gni View 1 2 1 chunk +25 lines, -11 lines 0 comments Download

Messages

Total messages: 36 (18 generated)
Wez
erikchen: PTAL - I think this is in the spirit of your original patch? dianders: ...
3 years, 8 months ago (2017-04-19 01:51:39 UTC) #4
erikchen
+dskiba https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni File build/config/compiler/compiler.gni (right): https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni#newcode97 build/config/compiler/compiler.gni:97: # We cannot currently unwind ARM32 frame pointers ...
3 years, 8 months ago (2017-04-19 02:43:57 UTC) #8
DmitrySkiba
https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni File build/config/compiler/compiler.gni (right): https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni#newcode97 build/config/compiler/compiler.gni:97: # We cannot currently unwind ARM32 frame pointers correctly. ...
3 years, 8 months ago (2017-04-19 15:06:09 UTC) #9
diandersAtChromium
On 2017/04/19 01:51:39, Wez wrote: > erikchen: PTAL - I think this is in the ...
3 years, 8 months ago (2017-04-19 17:35:04 UTC) #10
diandersAtChromium
https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni File build/config/compiler/compiler.gni (right): https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni#newcode84 build/config/compiler/compiler.gni:84: # triggers some ARM A12/A17 errata. Do we think ...
3 years, 8 months ago (2017-04-19 17:35:25 UTC) #11
Wez
https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni File build/config/compiler/compiler.gni (right): https://codereview.chromium.org/2829433003/diff/1/build/config/compiler/compiler.gni#newcode84 build/config/compiler/compiler.gni:84: # triggers some ARM A12/A17 errata. On 2017/04/19 17:35:25, ...
3 years, 8 months ago (2017-04-19 18:14:58 UTC) #12
gmx1
On 2017/04/19 18:14:58, Wez wrote: > However, as per our conversation with gmx@, it sounds ...
3 years, 8 months ago (2017-04-19 18:48:49 UTC) #13
Wez
erikchen, dskiba: PTAL Chatting to gmx@ offline, it sounds like we *don't* need frame pointers ...
3 years, 8 months ago (2017-04-20 01:01:09 UTC) #18
erikchen
lgtm thanks!
3 years, 8 months ago (2017-04-20 01:53:58 UTC) #19
DmitrySkiba
As I understand, the situation is as follows: * Once frame pointers were explicitly disabled, ...
3 years, 8 months ago (2017-04-20 16:29:35 UTC) #20
Wez
No, this only force-enables frame pointers in ARM/Thumb builds; I don't _think_ we build Chrome ...
3 years, 8 months ago (2017-04-20 16:44:03 UTC) #21
DmitrySkiba
On 2017/04/20 16:44:03, Wez wrote: > No, this only force-enables frame pointers in ARM/Thumb builds; ...
3 years, 8 months ago (2017-04-20 16:59:04 UTC) #22
Wez
On 2017/04/20 16:59:04, DmitrySkiba wrote: > On 2017/04/20 16:44:03, Wez wrote: > > No, this ...
3 years, 8 months ago (2017-04-20 17:27:17 UTC) #25
Wez
+dpranke for OWNERS
3 years, 8 months ago (2017-04-20 17:27:57 UTC) #27
Dirk Pranke
lgtm
3 years, 8 months ago (2017-04-20 18:27:38 UTC) #28
diandersAtChromium
I'm not terribly familiar with gn build files, but the concepts here seem right to ...
3 years, 8 months ago (2017-04-20 18:33:57 UTC) #29
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/2829433003/40001
3 years, 8 months ago (2017-04-20 18:37:25 UTC) #33
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 18:41:24 UTC) #36
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/38f02400540606a7c418f9fa5148...

Powered by Google App Engine
This is Rietveld 408576698