Closed
Bug 732162
Opened 13 years ago
Closed 13 years ago
Build mobile profiling builds with -funwind-tables
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
1.22 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
On Android ARM, we need to build profiling builds with -funwind-tables so that the resulting binary would be suitable for stack walking. This is needed for my work to port the Gecko Profiler to Fennec.
Attachment #602080 -
Flags: review?(khuey)
Attachment #602080 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 1•13 years ago
|
||
http://hg.mozilla.org/projects/maple/rev/344ff7ba940f
https://hg.mozilla.org/integration/mozilla-inbound/rev/f2585061410d
Target Milestone: --- → mozilla13
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
I was under the impression that the unwind tables were part of the ABI on ARM. Do they really not get produced for all functions normally?
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Ted Mielczarek [:ted] from comment #3)
> I was under the impression that the unwind tables were part of the ABI on
> ARM. Do they really not get produced for all functions normally?
They are not (at least if you disable C++ exceptions.)
Updated•13 years ago
|
Assignee: nobody → ehsan
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•