WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-09-13 04:30:22 PDT
<
rdar://problem/99865209
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug