[Webkit-unassigned] [Bug 244838] New: [WASM-GC] Encode type information in structure for Wasm.Struct not in type field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 04:29:13 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244838

            Bug ID: 244838
           Summary: [WASM-GC] Encode type information in structure for
                    Wasm.Struct not in type field
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebAssembly
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbezhetskov at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220906/71a6b74d/attachment-0001.htm>


More information about the webkit-unassigned mailing list