Bug 260820
| Summary: | [Wasm-GC] call_indirect should take subtyping into account | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 247394 | ||
Asumu Takikawa
Currently the call_indirect signature check only succeeds if the function indices are an exact match.
Since the GC proposal introduces subtyping, this should also succeed when the target index is a supertype of the actual function being called.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114949229>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/23781
EWS
Committed 274558@main (b1b24f76c39f): <https://commits.webkit.org/274558@main>
Reviewed commits have been landed. Closing PR #23781 and removing active labels.