[Webkit-unassigned] [Bug 266682] New: Free up more bits in RenderObject by making use of TypeSpecificFlags's kind information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 00:08:28 PST 2023


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

            Bug ID: 266682
           Summary: Free up more bits in RenderObject by making use of
                    TypeSpecificFlags's kind information
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

TypeSpecificFlags has Kind which specifies what kind of bit flags are stored.
Right now, this information is duplicated in TypeFlags but we don't need to.

De-duplicate the bits to free up more bits in RenderObject.

-- 
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/20231220/e5750403/attachment.htm>


More information about the webkit-unassigned mailing list