[webkit-changes] [WebKit/WebKit] 1b922d: Use FastCharacterComparison for NodeName / TagName...
Yusuke Suzuki
noreply at github.com
Wed Nov 15 10:26:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b922d34f0c4892e5b960fa1abaf4e91c070a510
https://github.com/WebKit/WebKit/commit/1b922d34f0c4892e5b960fa1abaf4e91c070a510
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M Source/WebCore/dom/make_names.pl
Log Message:
-----------
Use FastCharacterComparison for NodeName / TagName findings
https://bugs.webkit.org/show_bug.cgi?id=264881
rdar://118459142
Reviewed by Chris Dumez.
We can use FastCharacterComparison up to 8 characters. This patch utilizes it in NodeName / TagName findings.
* Source/WebCore/dom/make_names.pl:
(printTagNameCppFile):
(printNodeNameCppFile):
(generateFindNameForLength):
Canonical link: https://commits.webkit.org/270774@main
More information about the webkit-changes
mailing list