Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ba9a7345f3d072f56b77159c91da80047c35dfee
https://github.com/WebKit/WebKit/commit/ba9a7345f3d072f56b77159c91da80047c35dfee
Author: Yusuke Suzuki <[email protected]>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp
Log Message:
-----------
[JSC] Do CSE with dominating WasmStructGet and WasmArrayGet
https://bugs.webkit.org/show_bug.cgi?id=312246
rdar://174722429
Reviewed by Yijia Huang.
If WasmStructGet and WasmArrayGet are annotated with Immutable, then
regardless of what memory gets clobbered, we can perform CSE with dominating
values.
* Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:
Canonical link: https://commits.webkit.org/311219@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications