WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
242747
Optimize HTML tokenizing by using a custom buffer for attributes instead of a vector of vectors
https://bugs.webkit.org/show_bug.cgi?id=242747
Summary
Optimize HTML tokenizing by using a custom buffer for attributes instead of a...
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
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2022-07-14 09:03:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2407
Radar WebKit Bug Importer
Comment 2
2022-07-21 08:47:16 PDT
<
rdar://problem/97382890
>
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.
Top of Page
Format For Printing
XML
Clone This Bug