[Webkit-unassigned] [Bug 265322] New: [JSC] Wasm GC struct members should be naturally aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 24 10:03:54 PST 2023


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

            Bug ID: 265322
           Summary: [JSC] Wasm GC struct members should be naturally
                    aligned
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jgriego at igalia.com

At present, e.g. ref members can be placed anywhere within the JSWebAssemblyStruct::m_payload allocation; for concurrent JIT on 32-bit (and, AIUI, concurrent GC on 64-bit,) these need to be 8-byte aligned.

Also, I suspect aligning the scalar types could be a slight performance win on ARM.

-- 
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/20231124/ba22178c/attachment-0001.htm>


More information about the webkit-unassigned mailing list