[Webkit-unassigned] [Bug 228724] New: Use an intrusive linked list to associate form control elements with FormController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 16:41:39 PDT 2021


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

            Bug ID: 228724
           Summary: Use an intrusive linked list to associate form control
                    elements with FormController
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com,
                    wenson_hsieh at apple.com

The FormController::m_formElementsWithState ListHashSet accesses show up in Speedometer profiles.  Form control elements are only ever associated with a single FormController, so instead we can place them in their own linked list and avoid having the HashSet.

-- 
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/20210802/a1ef2d02/attachment.htm>


More information about the webkit-unassigned mailing list