Closed
Bug 1855959
Opened 1 year ago
Closed 10 months ago
Loongson64: change `MacroAssembler::storeUncanonicalized{Float32,Double} to return a `FaultingCodeOffset`.
Categories
(Core :: JavaScript: WebAssembly, enhancement, P5)
Tracking
()
RESOLVED
FIXED
121 Branch
People
(Reporter: jseward, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Without this change, the build will fail, due to the assembler changes made by
bug 1846474 (D187462).
Reporter | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P5
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Port D187462 to LoongArch64 platform.
Updated•11 months ago
|
Assignee: nobody → zhaojiazhong-hf
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 months ago
|
||
Port D187459 to LoongArch64 platform.
Comment 3•11 months ago
|
||
I am adding the leave-open keyword as I am landing one of the patches, while the other would be reviewed later.
Once both patches are merged in mozilla-central, we can remove the leave-open
keyword and flag this bug as Fixed.
Keywords: leave-open
Pushed by npierron@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/07e5e900d9cc [loong64] Implement function `SummarizeTrapInstruction`. r=nbp
Comment 5•11 months ago
|
||
bugherder |
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/625098a55803 [loong64] make some assembler routines return FaultingCodeOffset. r=nbp
Comment 7•10 months ago
|
||
bugherder |
Assignee | ||
Updated•10 months ago
|
Blocks: 1757272
Keywords: leave-open
Assignee | ||
Comment 8•10 months ago
|
||
Comment on attachment 9360549 [details]
Bug 1855959 - [loong64] Implement function SummarizeTrapInstruction
. r=nbp
Beta/Release Uplift Approval Request
- User impact if declined: Firefox failed to build on LoongArch64 platform.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The fix mainly modified LoongArch64 codes, the chance that other platform will be affected is small.
- String changes made/needed:
- Is Android affected?: No
Attachment #9360549 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•10 months ago
|
Attachment #9359987 -
Flags: approval-mozilla-beta?
Updated•10 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Comment 9•10 months ago
|
||
Comment on attachment 9359987 [details]
Bug 1855959 - [loong64] make some assembler routines return FaultingCodeOffset. r=jseward
Approved for 120.0b8
Attachment #9359987 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•10 months ago
|
Attachment #9360549 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•10 months ago
|
||
uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/85f29997e8d3 https://hg.mozilla.org/releases/mozilla-beta/rev/9405e5ab3a4a
Updated•10 months ago
|
status-firefox120:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•