Bug 249149

Summary: [Wasm-GC] Adjust struct.new opcode
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebAssemblyAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 247394    

Asumu Takikawa
Reported 2022-12-12 08:29:22 PST
The current implementation for Wasm GC struct operations is using an opcode for `struct.new` that is compatible with current V8 and Firefox (https://docs.google.com/document/d/14xWenN0lUoHa9TiDJd8yYR8ZKjgOhgO7iEmfrAuA1_M/edit#heading=h.9dwoku9340md), but not with the actual spec https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md. The difference is using 0xfb01 or 0xfb07. The opcode numbers are likely to get renumbered eventually as part of a "cleanup" phase of the proposal. I think we should potentially just support both opcode variations in the parser for now, which will allow us to run wasm programs produced with V8 in mind while also passing tests originating from the spec.
Attachments
Asumu Takikawa
Comment 1 2022-12-12 19:07:31 PST
EWS
Comment 2 2022-12-13 18:23:23 PST
Committed 257821@main (67cbb39ef6cc): <https://commits.webkit.org/257821@main> Reviewed commits have been landed. Closing PR #7532 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-12-13 18:24:16 PST
Note You need to log in before you can comment on or make changes to this bug.