Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af6d6f483e633128594fb7ceb35f5e46169aba03
https://github.com/WebKit/WebKit/commit/af6d6f483e633128594fb7ceb35f5e46169aba03
Author: Shu-yu Guo <[email protected]>
Date: 2026-08-11 (Tue, 11 Aug 2026)
Changed paths:
M Source/JavaScriptCore/Configurations/Base.xcconfig
M Source/JavaScriptCore/assembler/testmasm.cpp
M Source/JavaScriptCore/b3/B3Common.h
M Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp
M Source/JavaScriptCore/b3/B3LowerToAir.cpp
M Source/JavaScriptCore/jsc.cpp
M Source/JavaScriptCore/runtime/CachedTypes.cpp
M Source/JavaScriptCore/wasm/WasmFunctionParser.h
M Source/JavaScriptCore/wasm/debugger/tests/ExecutionHandlerTest.cpp
Log Message:
-----------
[JSC] Address -Wunused-template warnings
https://bugs.webkit.org/show_bug.cgi?id=321339
rdar://184187975
Reviewed by Yusuke Suzuki and Keith Miller.
Address -Wunused-template warnings in JSC. Mostly this is removing dead code or
moving templates in headers from internal to external linkage.
No tests as this is a clang warning fix.
* Source/JavaScriptCore/Configurations/Base.xcconfig:
* Source/JavaScriptCore/assembler/testmasm.cpp:
(JSC::testLoadExtend_voidp_RegisterID):
* Source/JavaScriptCore/b3/B3Common.h:
(JSC::B3::chillDiv):
(JSC::B3::chillMod):
(JSC::B3::chillUDiv):
(JSC::B3::chillUMod):
(JSC::B3::rotateRight):
(JSC::B3::rotateLeft):
* Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:
* Source/JavaScriptCore/b3/B3LowerToAir.cpp:
* Source/JavaScriptCore/jsc.cpp:
* Source/JavaScriptCore/runtime/CachedTypes.cpp:
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::isTryOrCatch):
* Source/JavaScriptCore/wasm/debugger/tests/ExecutionHandlerTest.cpp:
Canonical link: https://commits.webkit.org/318979@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications