Closed
Bug 1943533
Opened 5 months ago
Closed 5 months ago
Remove unused stack methods from ARM64 MacroAssembler
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•5 months ago
|
||
Remove this unused method, so we don't have to warn that it doesn't update the
framePushed()
counter. Also remove the method with the same name from the
ARM64 MacroAssembler.
Assignee | ||
Comment 2•5 months ago
|
||
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a0fa3391c71a
Part 1: Remove unused MacroAssembler::freeStack(Register). r=jandem
https://hg.mozilla.org/integration/autoland/rev/4eb5dbce65c1
Part 2: Remove unused stack methods from ARM64 MacroAssembler. r=jandem
Comment 4•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a0fa3391c71a
https://hg.mozilla.org/mozilla-central/rev/4eb5dbce65c1
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•