[webkit-changes] [WebKit/WebKit] 168e01: Make ThreadTimerHeapItem compact-allocated
David Degazio
noreply at github.com
Thu Oct 24 14:59:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 168e0150a520e2420997987e5d8b00237223e04e
https://github.com/WebKit/WebKit/commit/168e0150a520e2420997987e5d8b00237223e04e
Author: David Degazio <d_degazio at apple.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M Source/WTF/wtf/CompactRefPtrTuple.h
M Source/WTF/wtf/CompactUniquePtrTuple.h
M Source/WebCore/platform/ThreadTimers.h
M Source/WebCore/platform/Timer.cpp
Log Message:
-----------
Make ThreadTimerHeapItem compact-allocated
https://bugs.webkit.org/show_bug.cgi?id=282006
rdar://138511333
Reviewed by Yijia Huang.
Makes ThreadTimerHeapItem compact-allocated, and adds an
allowCompactPointers() check to CompactRefPtrTuple and
CompactUniquePtrTuple.
* Source/WTF/wtf/CompactRefPtrTuple.h:
* Source/WTF/wtf/CompactUniquePtrTuple.h:
* Source/WebCore/platform/ThreadTimers.h:
* Source/WebCore/platform/Timer.cpp:
Canonical link: https://commits.webkit.org/285667@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list