Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b29dbe2549487a275f32363f8d00b8f1771e3f2d
https://github.com/WebKit/WebKit/commit/b29dbe2549487a275f32363f8d00b8f1771e3f2d
Author: Dan Hecht <[email protected]>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC] Remove OMGIRGenerator::RootBlock
https://bugs.webkit.org/show_bug.cgi?id=316956
rdar://179420996
Reviewed by Yusuke Suzuki.
The root block level usesSIMD tracking is a relic of how the code used
to work but it's no longer used. So let's just remove RootBlock and
some related code.
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::OMGIRGenerator):
(JSC::Wasm::OMGIRGenerator::insertEntrySwitch):
(JSC::Wasm::OMGIRGenerator::addLoop):
(JSC::Wasm::OMGIRGenerator::emitCatchImpl):
(JSC::Wasm::OMGIRGenerator::emitCatchTableImpl):
(JSC::Wasm::OMGIRGenerator::emitInlineDirectCall):
(JSC::Wasm::OMGIRGenerator::usesSIMD): Deleted.
Canonical link: https://commits.webkit.org/315099@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications