[Webkit-unassigned] [Bug 275113] New: AX: isolated tree nodes should store frequent bool attributes in a bitfield

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 09:27:25 PDT 2024


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

            Bug ID: 275113
           Summary: AX: isolated tree nodes should store frequent bool
                    attributes in a bitfield
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dm_mazzoni at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

A lot of memory is wasted in AX isolated tree nodes storing boolean attributes in an expensive HashMap. By storing some of the most common ones in a bitfield we can save memory. The most rare ones are still a good fit for the HashMap.

-- 
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/20240604/c54db219/attachment-0001.htm>


More information about the webkit-unassigned mailing list