Closed
Bug 1875862
(wasm-lazy-tiering)
Opened 2 years ago
Closed 2 months ago
[meta] Add lazy tiering and speculative inlining
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
People
(Reporter: rhunt, Unassigned)
References
(Depends on 9 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
We're interested in modifying our module compilation pipeline to support some combination of:
- Lazy tiering up to Ion
- Speculative indirect call inlining
- Direct call inlining
And maybe some other changes while we're at it.
Reporter | ||
Comment 1•10 months ago
|
||
Renaming this bug to be specific to where we ended up on.
Alias: wasm-compile-pipeline → wasm-lazy-tiering
Summary: [meta] Experiment with changing module compilation pipeline → [meta] Add lazy tiering and speculative inlining
Reporter | ||
Comment 2•2 months ago
|
||
We now have support for lazy tiering and speculative inlining. There are some future follow ups we can do, but none significant enough to keep this bug open.
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•