Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b5bf420d3fadd55da17bb22c530258cd3df2c4b
https://github.com/WebKit/WebKit/commit/1b5bf420d3fadd55da17bb22c530258cd3df2c4b
Author: Justin Michaud <[email protected]>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M JSTests/stress/dfg-validate-clobberize-store8.js
M JSTests/stress/jsc-termination-in-microtask.js
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/Sources.txt
M Source/JavaScriptCore/jit/PCToCodeOriginMap.h
M Source/JavaScriptCore/llint/InPlaceInterpreter.asm
M Source/JavaScriptCore/llint/InPlaceInterpreter.cpp
M Source/JavaScriptCore/llint/InPlaceInterpreter.h
R Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
R Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp
R Source/JavaScriptCore/wasm/WasmBBQJIT32_64.h
M Source/WTF/wtf/PlatformEnable.h
M Tools/Scripts/run-jsc-stress-tests
Log Message:
-----------
[ARMV7] Remove WebAssembly
https://bugs.webkit.org/show_bug.cgi?id=305773
Reviewed by Yusuke Suzuki.
Remove IPInt and OMG, which are not currently maintained.
It would take same work to separate BBQ from OMG, so we just disable
WASM instead.
* JSTests/stress/dfg-validate-clobberize-store8.js:
* JSTests/stress/jsc-termination-in-microtask.js:
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:
* Source/JavaScriptCore/jit/PCToCodeOriginMap.h:
* Source/JavaScriptCore/llint/InPlaceInterpreter.asm:
* Source/JavaScriptCore/llint/InPlaceInterpreter.cpp:
(JSC::IPInt::initialize):
(JSC::IPInt::verifyInitialization):
* Source/JavaScriptCore/llint/InPlaceInterpreter.h:
* Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm: Removed.
* Source/JavaScriptCore/offlineasm/arm.rb:
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::disableAllJITOptions):
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
* Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp: Removed.
* Source/JavaScriptCore/wasm/WasmBBQJIT32_64.h: Removed.
* Source/WTF/wtf/PlatformEnable.h:
* Tools/Scripts/run-jsc-stress-tests:
Canonical link: https://commits.webkit.org/306366@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications