Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 60b838f03ced60d24db49a82b76634d96bd93a5c
https://github.com/WebKit/WebKit/commit/60b838f03ced60d24db49a82b76634d96bd93a5c
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
M Source/JavaScriptCore/jit/SnippetParams.h
R Source/JavaScriptCore/jit/SnippetReg.h
Log Message:
-----------
[JSC] Remove SnippetReg
https://bugs.webkit.org/show_bug.cgi?id=323039
rdar://186305732
Reviewed by Keith Miller.
SnippetReg is no longer necessary as we can just use JSC::Reg. Remove it.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheCompiler::emitDOMJITGetter):
* Source/JavaScriptCore/jit/SnippetParams.h:
(JSC::SnippetParams::Value::Value):
(JSC::SnippetParams::Value::reg const):
* Source/JavaScriptCore/jit/SnippetReg.h: Removed.
Canonical link: https://commits.webkit.org/320209@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications