Closed
Bug 1846762
Opened 2 years ago
Closed 2 years ago
Implement return_call_ref instruction
Categories
(Core :: JavaScript: WebAssembly, task)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(2 files)
That's a mix of two proposals: tail calls and function references. Introduced by https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md
opcode=0x15 return_call_ref $t, where $t : u32
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D185706
Updated•2 years ago
|
Assignee: nobody → ydelendik
Attachment #9348003 -
Attachment description: WIP: Bug 1846762 - Implement return_call_ref → Bug 1846762 - Implement return_call_ref. r?rhunt
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9348024 -
Attachment description: WIP: Bug 1846762 - Import return_call_ref spec test → Bug 1846762 - Import return_call_ref spec test. r?bvisness
Updated•2 years ago
|
Attachment #9348003 -
Attachment description: Bug 1846762 - Implement return_call_ref. r?rhunt → Bug 1846762 - Implement return_call_ref. r?jseward
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba57dea373b7
Implement return_call_ref. r=jseward
https://hg.mozilla.org/integration/autoland/rev/1e645d5a5278
Import return_call_ref spec test. r=bvisness
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ba57dea373b7
https://hg.mozilla.org/mozilla-central/rev/1e645d5a5278
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•