Bug 242747 - Optimize HTML tokenizing by using a custom buffer for attributes instead of a vector of vectors
Summary: Optimize HTML tokenizing by using a custom buffer for attributes instead of a...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-14 08:46 PDT by Darin Adler
Modified: 2022-07-21 08:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 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.
Comment 1 Darin Adler 2022-07-14 09:03:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2407
Comment 2 Radar WebKit Bug Importer 2022-07-21 08:47:16 PDT
<rdar://problem/97382890>