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)

task

Tracking

()

RESOLVED FIXED
83 Branch
Tracking Status
firefox83 --- fixed

People

(Reporter: bbouvier, Assigned: bbouvier)

References

Details

Attachments

(1 file)

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...

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

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
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: