Bug 244810
| Summary: | Remove redundant nullability field from Wasm type representation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dmitry <dbezhetskov> |
| Component: | WebAssembly | Assignee: | Dmitry <dbezhetskov> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dmitry
Only ref types can be nullable and since we have two different kinds for nullable and non-nullable refs we don't need to maintain the nullability flag.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dmitry
Pull request: https://github.com/WebKit/WebKit/pull/4034
Radar WebKit Bug Importer
<rdar://problem/99819846>
EWS
Committed 254384@main (2f87b6ae16ad): <https://commits.webkit.org/254384@main>
Reviewed commits have been landed. Closing PR #4034 and removing active labels.