[Webkit-unassigned] [Bug 238115] New: Reduce size of CodeBlock and UnlinkedCodeBlock.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 19 12:50:42 PDT 2022


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

            Bug ID: 238115
           Summary: Reduce size of CodeBlock and UnlinkedCodeBlock.
           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: mark.lam at apple.com

Introduce a PackedFixedVector and PackedUniquePtr and use them in CodeBlock and UnlinkedCodeBlock.

This reduces the size of the CodeBlock from 248 to 240 i.e. drops from 16 atoms (rounded up from 15.5) to 15 atoms.
This reduces the size of the UnlinkedCodeBlock from 216 to 192 i.e. drops from 14 atoms (rounded up from 13.5) to 12 atoms.

-- 
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/20220319/ae8a1cfa/attachment.htm>


More information about the webkit-unassigned mailing list