Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9fb479bd09e63bd0659cacf0ad8df4431e592db
https://github.com/WebKit/WebKit/commit/d9fb479bd09e63bd0659cacf0ad8df4431e592db
Author: Yusuke Suzuki <[email protected]>
Date: 2026-09-24 (Thu, 24 Sep 2026)
Changed paths:
M Source/JavaScriptCore/b3/B3Generate.cpp
M Source/JavaScriptCore/b3/B3LowerToAir.cpp
Log Message:
-----------
[JSC] Ensure that we do not have Get / Set in B3->Air lowering
https://bugs.webkit.org/show_bug.cgi?id=325079
rdar://188237002
Reviewed by Vassili Bykov.
Let's make B3 pipeline simplified by always running fixSSA in any
opt-levels, which ensures that we no longer have Get / Set when
lowering B3 -> Air. This does not affect on production run since
opt-levels are always 2 by default.
* Source/JavaScriptCore/b3/B3Generate.cpp:
(JSC::B3::generateToAir):
* Source/JavaScriptCore/b3/B3LowerToAir.cpp:
Canonical link: https://commits.webkit.org/321772@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications