Closed
Bug 1846789
Opened 1 year ago
Closed 1 year ago
Enable Wasm tail calls by default in release
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
121 Branch
People
(Reporter: yury, Assigned: yury)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Currently Wasm tail calls are enabled (and build) in Nightly only. Let it ride trains.
Currently the tail calls in Phase 4 https://github.com/WebAssembly/proposals/. If we have a stable implementation (see bug 1571998), the feature needs to be enabled by default.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6077a81303d4
Enable Wasm tail calls by default in release. r=rhunt
Updated•1 year ago
|
Keywords: dev-doc-needed
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Comment 4•1 year ago
|
||
Did you want to nominate this for the Fx121 relnotes? Please add a relnote-firefox: ?
nomination if yes.
Flags: needinfo?(ydelendik)
Comment 5•1 year ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New WebAssembly feature to improve support for functional languages.
[Affects Firefox for Android]: Yes
[Suggested wording]: Support for tail call elimination in WebAssembly language to improve support for functional languages.
[Links (documentation, blog post, etc)]:
- V8 release announcement: https://v8.dev/blog/wasm-tail-call
- Feature description: https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md
relnote-firefox:
--- → ?
Flags: needinfo?(ydelendik)
Updated•1 year ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 7•1 year ago
|
||
- Instructions added to the call page (will be live with the next build)
- Mentioned in the release notes
- Still figuring out the sample code compatibility with MDN’s sandbox
You need to log in
before you can comment on or make changes to this bug.
Description
•