NEW 244838
[WASM-GC] Encode type information in structure for Wasm.Struct not in type field
https://bugs.webkit.org/show_bug.cgi?id=244838
Summary [WASM-GC] Encode type information in structure for Wasm.Struct not in type field
Dmitry
Reported 2022-09-06 04:29:13 PDT
Right now WebAssembly.Structs have a type field that used to calculate offset of fields, to calculate struct size and etc but this information can be encoded directly inside a structure field of Wasm.Struct. So, it would be nice to deduplicate type info and use structure field rather than m_type field.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-09-13 04:30:22 PDT
Note You need to log in before you can comment on or make changes to this bug.