Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 083b7c91845c638077c8e73d51b31a4bb2118aff
https://github.com/WebKit/WebKit/commit/083b7c91845c638077c8e73d51b31a4bb2118aff
Author: Yusuke Suzuki <[email protected]>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M Source/bmalloc/CMakeLists.txt
M Source/bmalloc/bmalloc.xcodeproj/project.pbxproj
M Source/bmalloc/bmalloc/Gigacage.h
M Source/bmalloc/bmalloc/GigacageConfig.h
M Source/bmalloc/bmalloc/IsoHeapImplInlines.h
M Source/bmalloc/bmalloc/IsoPageInlines.h
M Source/bmalloc/bmalloc/IsoSharedHeapInlines.h
M Source/bmalloc/bmalloc/IsoSharedPage.cpp
M Source/bmalloc/bmalloc/IsoSharedPageInlines.h
M Source/bmalloc/bmalloc/Packed.h
R Source/bmalloc/bmalloc/StdLibExtras.h
Log Message:
-----------
[bmalloc] Replace bitwise_cast with std::bit_cast
https://bugs.webkit.org/show_bug.cgi?id=283433
rdar://140290098
Reviewed by Chris Dumez.
Let's remove bmalloc::bitwise_cast too as std::bit_cast is available.
* Source/bmalloc/CMakeLists.txt:
* Source/bmalloc/bmalloc.xcodeproj/project.pbxproj:
* Source/bmalloc/bmalloc/Gigacage.h:
* Source/bmalloc/bmalloc/GigacageConfig.h:
* Source/bmalloc/bmalloc/IsoHeapImplInlines.h:
(bmalloc::IsoHeapImpl<Config>::allocateFromShared):
* Source/bmalloc/bmalloc/IsoPageInlines.h:
(bmalloc::IsoPage<Config>::startAllocating):
* Source/bmalloc/bmalloc/IsoSharedHeapInlines.h:
* Source/bmalloc/bmalloc/IsoSharedPage.cpp:
* Source/bmalloc/bmalloc/IsoSharedPageInlines.h:
* Source/bmalloc/bmalloc/Packed.h:
(bmalloc::alignof):
* Source/bmalloc/bmalloc/StdLibExtras.h: Removed.
Canonical link: https://commits.webkit.org/286877@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