Bug 264650
| Summary: | [WASM-Function-References] Implement return_call_ref | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | chi187, d_degazio, justin_michaud, keith_miller, mark.lam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 265262 | ||
| Bug Blocks: | 247393 | ||
Asumu Takikawa
With both tail calls and typed funcrefs enabled, `return_call_ref` should be an available instruction.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118588673>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/20838
Sergey Rubanov
It seems that `return_call_ref` implementation has landed in https://github.com/WebKit/WebKit/commit/1fe68a1ecd11434fb0f36ea4460a5aaa9ae3dc3c and this bug should be closed.
There's also an outdated PR https://github.com/WebKit/WebKit/pull/20838
David Degazio
*** This bug has been marked as a duplicate of bug 278741 ***