Closed
Bug 1859954
Opened 2 years ago
Closed 2 years ago
PHC should be using XP_DARWIN not XP_MACOS for conditional compilation
Categories
(Core :: Memory Allocator, task, P2)
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•2 years ago
|
||
I have only changed the stack walking code. In particular I left the 16KB
page size with: defined(XP_MACOSX) && defined(aarch64), since I assume
someone could run Darwin but not MacOS on some non-apple aarch64 system.
Updated•2 years ago
|
Attachment #9359727 -
Attachment description: Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in stack walking code r=glandium → Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c00936a538d9
Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•