Closed
Bug 1460357
Opened 7 years ago
Closed 7 years ago
Disable AVX-Optimized Skia Code for MinGW Build
Categories
(Core :: Graphics, enhancement, P5)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
lsalzman
:
review+
jcristau
:
approval-mozilla-esr60+
|
Details |
As described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85525 - gcc with MinGW will generated unaligned instructions, resulting in a crash. We can bypass this by just disabling this code for MinGW.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Priority: -- → P5
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8974500 [details]
Bug 1460357 Do not use optimized AVX for Skia convolve_vertically in MinGW
https://reviewboard.mozilla.org/r/242824/#review249098
Attachment #8974500 -
Flags: review?(lsalzman) → review+
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8974500 [details]
Bug 1460357 Do not use optimized AVX for Skia convolve_vertically in MinGW
[Approval Request Comment]
This is one of several MinGW Build patches I'd like to land in esr60 for Tor. It will prevent them from carrying their own patches for the lifetime of esr60 and will enable us to keep the MinGW build functioning and know if/when/how it was broken by new commits into esr60.
This commit only affects the MinGW build configuration, so it is low-risk.
Attachment #8974500 -
Flags: approval-mozilla-esr60?
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/476091dbf8c0
Do not use optimized AVX for Skia convolve_vertically in MinGW r=lsalzman
Keywords: checkin-needed
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Assignee | ||
Comment 8•7 years ago
|
||
See also discussions originating from here: https://github.com/mingw-w64/mingw-w64/issues/1
Comment 9•7 years ago
|
||
Comment on attachment 8974500 [details]
Bug 1460357 Do not use optimized AVX for Skia convolve_vertically in MinGW
mingw build fix, approved for 60.1esr
Attachment #8974500 -
Flags: approval-mozilla-esr60? → approval-mozilla-esr60+
Comment 10•7 years ago
|
||
bugherder uplift |
status-firefox-esr60:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•