Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5514298932d1caf9b30d0bcd2a6d5ab012bb03da
      
https://github.com/WebKit/WebKit/commit/5514298932d1caf9b30d0bcd2a6d5ab012bb03da
  Author: Chris Dumez <[email protected]>
  Date:   2026-01-06 (Tue, 06 Jan 2026)

  Changed paths:
    M Source/WebCore/css/CSSSelectorList.cpp

  Log Message:
  -----------
  Optimize CSSSelectorList::operator==() now that we know the list size
https://bugs.webkit.org/show_bug.cgi?id=304977

Reviewed by Darin Adler.

Optimize CSSSelectorList::operator==() now that we know the list size
after 305131@main. Early return if the list sizes are different and
avoid iterating over the list altogether in this case.

* Source/WebCore/css/CSSSelectorList.cpp:
(WebCore::CSSSelectorList::operator== const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to