[webkit-changes] [WebKit/WebKit] be8529: Fix CLoop build after 284499 at main and unsafe-buffe...
Keith Miller
noreply at github.com
Wed Dec 18 03:03:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: be8529be73b6d4c7f1dc9aed9c90c6bf89541878
https://github.com/WebKit/WebKit/commit/be8529be73b6d4c7f1dc9aed9c90c6bf89541878
Author: Keith Miller <keith_miller at apple.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M Source/JavaScriptCore/interpreter/CLoopStack.cpp
M Source/JavaScriptCore/interpreter/CLoopStack.h
M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WTF/wtf/StackPointer.cpp
Log Message:
-----------
Fix CLoop build after 284499 at main and unsafe-buffer-usage
https://bugs.webkit.org/show_bug.cgi?id=284828
rdar://141567643
Reviewed by Yijia Huang.
ENABLE_C_LOOP now disables all JIT ENABLEs for Cocoa platforms, which fixes the CLoop build.
Also, add a bunch of WTF_ALLOW_UNSAFE_BUFFER_USAGE_BEGIN/ENDs to fix the rest of the build.
* Source/JavaScriptCore/interpreter/CLoopStack.cpp:
* Source/JavaScriptCore/interpreter/CLoopStack.h:
* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WTF/wtf/StackPointer.cpp:
Canonical link: https://commits.webkit.org/287998@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