Closed
Bug 1855959
Opened 2 years ago
Closed 2 years 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•2 years ago
|
Severity: -- → S3
Priority: -- → P5
| Reporter | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Port D187462 to LoongArch64 platform.
Updated•2 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
Port D187459 to LoongArch64 platform.
Comment 3•2 years 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•2 years 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•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•2 years ago
|
Blocks: sm-loong-arch64
Keywords: leave-open
| Assignee | ||
Comment 8•2 years 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•2 years ago
|
Attachment #9359987 -
Flags: approval-mozilla-beta?
Updated•2 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Comment 9•2 years 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•2 years ago
|
Attachment #9360549 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•2 years ago
|
||
| uplift | ||
Updated•2 years ago
|
status-firefox120:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•