Bug 250489
Summary: | [Wasm-GC] Add missing type expansion for arrays, structs | ||
---|---|---|---|
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
There are a few spots where expansion of potentially recursive type definitions is missing in the Wasm GC validator and in the compiler.
This shouldn't cause any crashes, but causes some programs to not validate and run (if they use `sub` and/or `rec` in types and use arrays/structs). Some tests also need to be added for these cases.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/8600
EWS
Committed 259042@main (3304a1879844): <https://commits.webkit.org/259042@main>
Reviewed commits have been landed. Closing PR #8600 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/104390727>