[Webkit-unassigned] [Bug 216069] New: Store all element style flags in m_rendererWithStyleFlags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 00:38:55 PDT 2020


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

            Bug ID: 216069
           Summary: Store all element style flags in
                    m_rendererWithStyleFlags
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

Right now, there are quite a few node flags that are only used by elements for styling purposes.

Move all the remaining flags there since CSS JIT no longer rely on these flags directly,
and CompactPointerTuple has been expanded to store up to 16 bits of data as opposed to just 8 bits.

-- 
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/20200902/ea9d8c00/attachment.htm>


More information about the webkit-unassigned mailing list