[Webkit-unassigned] [Bug 242747] New: Optimize HTML tokenizing slightly by defining vector traits for HTML attribute structure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 08:46:26 PDT 2022


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

            Bug ID: 242747
           Summary: Optimize HTML tokenizing slightly by defining vector
                    traits for HTML attribute structure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darin at apple.com

Looking at profiles of Speedometer noticed time being spent initializing HTMLToken::Attribute, which means we hadn’t defined the vector traits that tell it that is not needed.

-- 
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/20220714/2d84e571/attachment-0001.htm>


More information about the webkit-unassigned mailing list