[webkit-changes] [WebKit/WebKit] 251132: Use QualifiedNameImpl* as the hash key for Attribute

Ryosuke Niwa noreply at github.com
Fri Feb 9 22:07:39 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2511322b2a30c8c56dd1081208cc51a611268862
      https://github.com/WebKit/WebKit/commit/2511322b2a30c8c56dd1081208cc51a611268862
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M Source/WebCore/dom/QualifiedName.h

  Log Message:
  -----------
  Use QualifiedNameImpl* as the hash key for Attribute
https://bugs.webkit.org/show_bug.cgi?id=269093

Reviewed by Chris Dumez and Yusuke Suzuki.

Use QualifiedNameImpl* instead of QualifiedName::hash as the hasher input
for Attribute to avoid the indirect memory loads.

* Source/WebCore/dom/QualifiedName.h:
(WebCore::add):

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




More information about the webkit-changes mailing list