Closed
Bug 1846762
Opened 1 year ago
Closed 1 year 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
(Blocks 2 open bugs)
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•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D185706
Updated•1 year 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•1 year 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•1 year 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•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba57dea373b7
https://hg.mozilla.org/mozilla-central/rev/1e645d5a5278
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•