Closed
Bug 1662406
Opened 4 years ago
Closed 4 years ago
jit-tests: change "wasm-compiler=ion" to "=optimized" and use Cranelift on aarch64
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: bbouvier, Assigned: bbouvier)
References
Details
Attachments
(1 file)
Follow up from bug 1660944, see bug 1660944 comment 8 and bug 1660944 comment 10.
Comment 1•4 years ago
•
|
||
My bad I think, should be "optimizing" not "optimized".
Edit: OIC, using "optimized" to mirror the tier name is intentional. I don't think that is right - code is "optimized" hence the tier name but the compiler is definitely "optimizing". At the same time it may be easy to pick either name when writing down the switch. In the spirit of compromise we could accept both...
Comment 2•4 years ago
|
||
P1 b/c cranelift aarch64. Assigning b/c no P1 without assignee, but if you don't have time just say so and I'll take it myself.
Assignee: nobody → bbouvier
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Comment 3•4 years ago
|
||
This introduces two (2) new options for --wasm-compiler
:
- optimizing (or equivalently, optimized), which uses the optimizing compiler
for this platform (as of the day of writing: ion everywhere but on aarch64
where cranelift is used) - baseline+optimizing (or equivalently, baseline+optimized), which is the
default.
Pushed by bbouvier@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7bace8a55722
Replace `--wasm-compiler=ion` by `--wasm-compiler=optimizing`; r=lth
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•