Closed
Bug 689069
Opened 14 years ago
Closed 14 years ago
[Skia] Forcibly disable frame pointer for ARM optimized functions
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
Details
Attachments
(1 file, 1 obsolete file)
4.32 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
These functions are using registers that are reserved when the frame pointer is enabled. This patch forces it to be disabled just for these functions so that they actually build and run.
Attachment #562339 -
Flags: review?(jmuizelaar)
Updated•14 years ago
|
Attachment #562339 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Added patch file, and updated update.sh.
Carrying forward r=jrmuizel
Attachment #562339 -
Attachment is obsolete: true
Attachment #567637 -
Flags: review+
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → matt.woodrow
Whiteboard: [inbound]
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•