[webkit-changes] [WebKit/WebKit] 1b3bd4: Avoid OSAllocator::protect on PlayStation
Don Olmstead
noreply at github.com
Wed Dec 18 21:02:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b3bd4c52dec455af0aedfa158b3d2abbcb7e8db
https://github.com/WebKit/WebKit/commit/1b3bd4c52dec455af0aedfa158b3d2abbcb7e8db
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M Source/JavaScriptCore/heap/StructureAlignedMemoryAllocator.cpp
Log Message:
-----------
Avoid OSAllocator::protect on PlayStation
https://bugs.webkit.org/show_bug.cgi?id=284926
Reviewed by Basuke Suzuki.
Guard against usage of OSAllocator::protect when PLATFORM(PLAYSTATION). The call
causes issues with Debug builds.
* Source/JavaScriptCore/heap/StructureAlignedMemoryAllocator.cpp:
(JSC::StructureMemoryManager::commitBlock):
(JSC::StructureMemoryManager::decommitBlock):
Canonical link: https://commits.webkit.org/288067@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