Bug 278741
| Summary: | [WASM] Implement return_call_ref | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | WebAssembly | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | asumu, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
David Degazio
rdar://134442713
We recently enabled the WASM GC and WASM tail calls proposals by default, but our implementation is currently missing a feature at the intersection of these proposals: the return_call_ref instruction. We should implement this for full conformance with the spec.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/32776
EWS
Committed 282853@main (1fe68a1ecd11): <https://commits.webkit.org/282853@main>
Reviewed commits have been landed. Closing PR #32776 and removing active labels.
David Degazio
*** Bug 264650 has been marked as a duplicate of this bug. ***