Closed
Bug 1658375
Opened 5 years ago
Closed 5 years ago
define platform macros for arm64 macOS in the profiler
Categories
(Core :: Gecko Profiler, task, P2)
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is just a start; some of the x86-64-isms will take a bit more thought to address.
| Assignee | ||
Comment 1•5 years ago
|
||
This change doesn't resolve some of the issues in profiler code that have
x86-64-isms in them, but this is at least a start.
Updated•5 years ago
|
Assignee: nobody → nfroyd
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 years ago
|
Blocks: aarch64-macos
| Assignee | ||
Comment 2•5 years ago
|
||
The registers referenced in this patch and the assembly have been tested to
compile; the code changes have not been tested to actually work.
Severity: -- → N/A
Type: defect → task
Priority: -- → P2
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28da0a2c2679
define platform macros for arm64 macOS in the profiler; r=mstange
https://hg.mozilla.org/integration/autoland/rev/b094f031cf9d
add support for arm64 macOS to profiler sampling and unwinding; r=mstange
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/28da0a2c2679
https://hg.mozilla.org/mozilla-central/rev/b094f031cf9d
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
•