Bug 242261
Summary: | [Wasm-GC] Introduce i31ref types | ||
---|---|---|---|
Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
Component: | WebAssembly | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | saam, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 247394 |
Asumu Takikawa
The Wasm GC proposal (https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md) has a notion of "i31refs", which are a 31-bit integer type that shares its representation with other reference types. It can be used for compiling languages that need a uniform representation for both unboxed integers and compound types.
This bug is for the type representation for i31refs and adding i31ref as a new reference type.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/2202
Radar WebKit Bug Importer
<rdar://problem/96692853>
EWS
Committed 252688@main (2215792e9a8d): <https://commits.webkit.org/252688@main>
Reviewed commits have been landed. Closing PR #2202 and removing active labels.