Bug 264650 - [WASM-Function-References] Implement return_call_ref
Summary: [WASM-Function-References] Implement return_call_ref
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 265262
Blocks: 247393
  Show dependency treegraph
 
Reported: 2023-11-10 18:25 PST by Asumu Takikawa
Modified: 2023-11-22 15:48 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Asumu Takikawa 2023-11-10 18:25:05 PST
With both tail calls and typed funcrefs enabled, `return_call_ref` should be an available instruction.
Comment 1 Radar WebKit Bug Importer 2023-11-17 18:26:22 PST
<rdar://problem/118588673>
Comment 2 Asumu Takikawa 2023-11-22 15:48:00 PST
Pull request: https://github.com/WebKit/WebKit/pull/20838