Closed
Bug 1581695
Opened 5 years ago
Closed 5 years ago
JS: MIPS: Introduce cmp32Load32.
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
Details
Attachments
(2 files)
1.66 KB,
patch
|
Details | Diff | Splinter Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
On MIPS64 platform, firefox 68.1, run JetStream benchmark suite at https://browserbench.org/JetStream
Actual results:
JetStream crashed in subtest "HashSet". Run HashSet in shell, got illegal instruction.
Expected results:
JetStream complete all subtests, and get a score.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Updated•5 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5bafb70dd2f9
[MIPS] Introduce function cmp32Load32. r=jandem
Assignee: zhaojiazhong-hf → nobody
Status: ASSIGNED → UNCONFIRMED
Ever confirmed: false
Updated•5 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•5 years ago
|
Priority: -- → P1
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•