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
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.