[webkit-changes] [WebKit/WebKit] 06391a: Do amortized clean up in WeakHashSet

Chris Dumez noreply at github.com
Thu Nov 10 10:38:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06391ab46e0212df1e08aeb8965eda7d8e1d9d99
      https://github.com/WebKit/WebKit/commit/06391ab46e0212df1e08aeb8965eda7d8e1d9d99
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
    M Source/WTF/wtf/WeakHashSet.h
    M Source/WebCore/dom/SlotAssignment.cpp

  Log Message:
  -----------
  Do amortized clean up in WeakHashSet
https://bugs.webkit.org/show_bug.cgi?id=247712

Reviewed by Ryosuke Niwa.

Do amortized clean up in WeakHashSet, similarly to what we already do in
WeakHashMap.

* Source/WTF/wtf/WeakHashSet.h:
* Source/WebCore/dom/SlotAssignment.cpp:

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




More information about the webkit-changes mailing list