[Webkit-unassigned] [Bug 192526] New: Reduce side of PropertySlot and PutPropertySlot.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 8 09:59:02 PST 2018


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

            Bug ID: 192526
           Summary: Reduce side of PropertySlot and PutPropertySlot.
           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

With some minor adjustments, we can reduce the size of PropertySlot from 80 bytes (19 padding bytes) to 64 bytes (3 padding bytes), and PutPropertySlot from 40 bytes (4 padding bytes) to 32 bytes (0 padding bytes but with 6 unused bits).  These measurements are for a 64-bit build.

-- 
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/20181208/3c2396ba/attachment-0001.html>


More information about the webkit-unassigned mailing list