| Summary: | use enum values for tag and element names | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | DOM | Assignee: | Cameron McCormack (:heycam) <heycam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Cameron McCormack (:heycam)
2022-08-16 23:56:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3395 Broadening the scope of this bug to introduce enums for known tag names, element names, and namespaces, and to use the enums in the HTML parser instead of checking for QualifiedName equality in many places. Local testing shows this could be a ~1% improvement on Speedometer 2.1. Pull request: https://github.com/WebKit/WebKit/pull/3689 Committed 254007@main (321c28bff9f2): <https://commits.webkit.org/254007@main> Reviewed commits have been landed. Closing PR #3689 and removing active labels. |