[webkit-changes] [WebKit/WebKit] f5a299: [JSC] Revert 290404 at main
Yusuke Suzuki
noreply at github.com
Wed Feb 19 22:14:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5a29962c9f48b825ce0dfd00d2265403c331976
https://github.com/WebKit/WebKit/commit/f5a29962c9f48b825ce0dfd00d2265403c331976
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M Source/JavaScriptCore/llint/LLIntData.cpp
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
M Source/WTF/wtf/PlatformEnable.h
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WebCore/bindings/js/BindingsJSTZoneImpls.cpp
Log Message:
-----------
[JSC] Revert 290404 at main
https://bugs.webkit.org/show_bug.cgi?id=288054
rdar://145145461
Reviewed by Wenson Hsieh.
Instead of disabling compile options (which causes massive problems on
ARM64E builds and causing insta-crashes in many pages), we disable wasm
via runtime option for watchOS.
* Source/JavaScriptCore/llint/LLIntData.cpp:
(JSC::LLInt::initialize):
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::canUseWasm):
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WebCore/bindings/js/BindingsJSTZoneImpls.cpp:
Canonical link: https://commits.webkit.org/290690@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