[MIPS] Add byte swap instructions.
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
7.14 KB,
patch
|
RyanVM
:
approval-mozilla-esr78+
|
Details | Diff | Splinter Review |
D74620 added byte swap instructions to the assemblers on arm and x86 platforms, which also needs to be implemented on mips.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9154471 [details]
Bug 1642915 - [MIPS] Add byte swap instructions to the assemblers. r=tcampbell.
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: This bug caused both some tests and real world websites like youtube crash on mips platform.
- User impact if declined: On mips platform, some websites like youtube may crash.
- Fix Landed on Version: 79
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change only affects mips platform and has been landed in ff79 for a long time.
- String or UUID changes made by this patch:
Assignee | ||
Comment 5•4 years ago
|
||
This ESR uplift request is related with bug 1696838.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Comment on attachment 9154471 [details]
Bug 1642915 - [MIPS] Add byte swap instructions to the assemblers. r=tcampbell.
This doesn't graft cleanly to ESR78. Please attach a rebased patch for uplift.
Assignee | ||
Comment 7•4 years ago
|
||
Assignee | ||
Comment 8•4 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #6)
Comment on attachment 9154471 [details]
Bug 1642915 - [MIPS] Add byte swap instructions to the assemblers. r=tcampbell.This doesn't graft cleanly to ESR78. Please attach a rebased patch for uplift.
Hi, is it like this? Do I need to start a new revision? Thanks!
Comment 9•4 years ago
|
||
Comment on attachment 9207686 [details] [diff] [review]
Bug 1642915 - [MIPS] Add byte swap instructions to the assemblers. r=tcampbell, a=RyanVM
Perfect, thanks! Approved for 78.9esr.
Comment 10•4 years ago
|
||
bugherder uplift |
Description
•