[Webkit-unassigned] [Bug 251744] New: shrink StyleRule

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 4 16:02:39 PST 2023


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

            Bug ID: 251744
           Summary: shrink StyleRule
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

StyleRules are currently 64 bytes.  We can gain 8 bytes by moving its bool fields to pack with the base class, and another 16 bytes by moving the CSS Nesting related fields off to a rare data object.

-- 
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/20230205/ae13d378/attachment-0001.htm>


More information about the webkit-unassigned mailing list