Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc8467615f35d9086ffe10278905a447fe95f11f
      
https://github.com/WebKit/WebKit/commit/cc8467615f35d9086ffe10278905a447fe95f11f
  Author: David Degazio <[email protected]>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M Source/WTF/wtf/Bag.h
    M Source/WTF/wtf/SentinelLinkedList.h
    M Source/WTF/wtf/text/WTFString.h
    M Tools/lldb/lldbWebKitTester/main.cpp

  Log Message:
  -----------
  Make String and BasicRawSentinelNode no longer compact-allocated
https://bugs.webkit.org/show_bug.cgi?id=293082
rdar://151423026

Reviewed by Mark Lam.

Makes WTF::BasicRawSentinelNode and WTF::String fast-allocated instead of
compact-allocated since they are not used in any compact or packed
pointers. Also removes the unused aliases WTF::PackedRawSentinelNode and
WTF::PackedBag, and removes our sole usage of a compact WTF::String pointer
from lldbWebKitTester.

* Source/WTF/wtf/Bag.h:
* Source/WTF/wtf/SentinelLinkedList.h:
* Source/WTF/wtf/text/WTFString.h:
* Tools/lldb/lldbWebKitTester/main.cpp:
(testSummaryProviders):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to