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: | DOM | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/2407
Radar WebKit Bug Importer
<rdar://problem/97382890>
Darin Adler
Won’t do this, at least not tracked by this bug.