Closed
Bug 1658374
Opened 5 years ago
Closed 5 years ago
restrict pause instruction to x86-64 in Darwin mutexes
Categories
(Core :: mozglue, defect)
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
aarch64 macOS throws when compiling this file if we don't. There does not
appear to be an equivalent aarch64 instruction to use here, at least as far
as glibc is concerned.
Updated•5 years ago
|
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 years ago
|
Blocks: aarch64-macos
Updated•5 years ago
|
Attachment #9169232 -
Attachment description: Bug 1658374 - restrict pause instruction to x86-64 in Darwin mutexes; r=glandium → Bug 1658374 - add spinning hint for aarch64 in Darwin mutexes; r=glandium
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3df8c54de17a
add spinning hint for aarch64 in Darwin mutexes; r=glandium
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•