Closed
Bug 1868346
Opened 1 year ago
Closed 1 year ago
[loong64][mips64] Generate ABIFunctionType code using build script
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux loongarch64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Build js shell for loong64 and mips64el simulator, and run the jit-tests.
Actual results:
wasm/builtin-modules/js-string/basic.js
failed:
Hit MOZ_CRASH(Unknown function type.) at mozilla-central/js/src/jit/loong64/Simulator-loong64.cpp:2942
Expected results:
No unknown function types in simulators.
Assignee | ||
Comment 1•1 year ago
|
||
This issue is introduced in bug 1863794, which generates ABIFunctionType code using build script, that should be ported to loongarch64 and mips64 platform.
Assignee | ||
Comment 2•1 year ago
|
||
Port D193112 to loongarch64 and mips64 platform.
Updated•1 year ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•1 year ago
|
Severity: -- → N/A
Type: defect → enhancement
Priority: -- → P3
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/528cf67405ec
[loong64][mips64] Generate ABIFunctionType code using build script. r=rhunt
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•