[Webkit-unassigned] [Bug 208741] New: Generate a trie parser for tag names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 15:41:48 PST 2020


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

            Bug ID: 208741
           Summary: Generate a trie parser for tag names
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tzagallo at apple.com

Instead of adding the chars to a vector than using it to create an AtomString we can generate a trie parser for builtin tags that will give us the AtomString directly (and the element constructor). This skips hashing the string, the atomic string table look and element table lookup.

-- 
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/20200306/b27750a2/attachment.htm>


More information about the webkit-unassigned mailing list