Closed
Bug 1995575
Opened 5 months ago
Closed 5 months ago
Use at-start allocations for lowerForFPU for {mips,loong,riscv}64
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
lowerForFPU can trivially be changed to use at-start allocations for {mips,loong,riscv}64, because no additional codegen changes are needed. Updating lowerForALU requires some codegen changes, so it will need to happen in a different bug.
| Assignee | ||
Comment 1•5 months ago
|
||
No additional codegen changes are needed for FPU instructions.
Drive-by change:
- Change
srctoinputin declaration to match name in method definition.
| Assignee | ||
Comment 2•5 months ago
|
||
Calling the two-argument define method has the same effect.
| Assignee | ||
Comment 3•5 months ago
|
||
Updated•5 months ago
|
Pushed by andre.bargull@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/c31b8aecbf4e
https://hg.mozilla.org/integration/autoland/rev/38653eff9816
Part 1: Use at-start allocations for lowerForFPU on {mips,loong,riscv}64. r=spidermonkey-reviewers,jandem
https://github.com/mozilla-firefox/firefox/commit/768b8aa8ed02
https://hg.mozilla.org/integration/autoland/rev/af0879673973
Part 2: Use simple define calls in lowerFor{ALU,FPU}. r=spidermonkey-reviewers,jandem
https://github.com/mozilla-firefox/firefox/commit/71353cfaee71
https://hg.mozilla.org/integration/autoland/rev/07d2b9b56529
Part 3: Remove unused template from lowerForFPU method. r=spidermonkey-reviewers,jandem
Comment 5•5 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/38653eff9816
https://hg.mozilla.org/mozilla-central/rev/af0879673973
https://hg.mozilla.org/mozilla-central/rev/07d2b9b56529
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•