[webkit-changes] [WebKit/WebKit] 74372c: Leverage isASCIILower() / toASCIILower() in the ne...

Chris Dumez noreply at github.com
Sun Feb 12 13:39:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 74372cf946b02d7e1bc743a18125db5aea966870
      https://github.com/WebKit/WebKit/commit/74372cf946b02d7e1bc743a18125db5aea966870
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp

  Log Message:
  -----------
  Leverage isASCIILower() / toASCIILower() in the new HTML parsing fast path
https://bugs.webkit.org/show_bug.cgi?id=252136

Reviewed by Yusuke Suzuki.

A/B testing for Speedometer came back as perf-neutral.

* Source/WebCore/html/parser/HTMLDocumentParserFastPath.cpp:
(WebCore::HTMLFastPathParser::scanTagName):
(WebCore::HTMLFastPathParser::scanAttributeName):

Canonical link: https://commits.webkit.org/260170@main




More information about the webkit-changes mailing list