Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 69aae74416c48046441b5d9d90e2b83998bae9ed
https://github.com/WebKit/WebKit/commit/69aae74416c48046441b5d9d90e2b83998bae9ed
Author: Chris Dumez <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WTF/wtf/HashTable.h
Log Message:
-----------
Batch count updates in HashTable's deleteReleasedWeakBuckets()
https://bugs.webkit.org/show_bug.cgi?id=310012
Reviewed by Darin Adler.
Batch count updates in HashTable's deleteReleasedWeakBuckets(), similarly
to what's already done in deleteWeakNullEntries(). Batching avoids
repeated memory accesses in the loop.
* Source/WTF/wtf/HashTable.h:
(WTF::Malloc>::deleteReleasedWeakBuckets):
Canonical link: https://commits.webkit.org/309364@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications