Closed
Bug 1824396
Opened 3 years ago
Closed 3 years ago
Sprinter is not initialized in LAllocation::toString()
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | wontfix |
| firefox113 | --- | fixed |
People
(Reporter: iain, Assigned: iain)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When I reviewed Denis's patch for adding jitdump support for LIR operands, I missed that we didn't initialize a Sprinter.
| Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1814105
status-firefox111:
--- → unaffected
status-firefox112:
--- → affected
status-firefox113:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/839094fd0def
Initialize sprinter r=dpalmeiro
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
Comment 5•3 years ago
|
||
The patch landed in nightly and beta is affected.
:iain, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox112towontfix.
For more information, please visit auto_nag documentation.
Flags: needinfo?(iireland)
| Assignee | ||
Comment 6•3 years ago
|
||
This only affects developer tooling. No need for an uplift.
Flags: needinfo?(iireland)
You need to log in
before you can comment on or make changes to this bug.
Description
•