Bug 242747

Summary: Optimize HTML tokenizing by using a custom buffer for attributes instead of a vector of vectors
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED WONTFIX    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Darin Adler
Reported 2022-07-14 08:46:26 PDT
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.
Attachments
Darin Adler
Comment 1 2022-07-14 09:03:13 PDT
Radar WebKit Bug Importer
Comment 2 2022-07-21 08:47:16 PDT
Darin Adler
Comment 3 2024-09-28 13:16:53 PDT
Won’t do this, at least not tracked by this bug.
Note You need to log in before you can comment on or make changes to this bug.