Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 06afd9432e46cff16dd895475a0e40ef1828c25c
https://github.com/WebKit/WebKit/commit/06afd9432e46cff16dd895475a0e40ef1828c25c
Author: Yusuke Suzuki <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M Source/JavaScriptCore/b3/B3InferSwitches.cpp
M Source/JavaScriptCore/b3/B3LowerMacros.cpp
Log Message:
-----------
[JSC] Use B3::UseCountsWithoutUsingInstructions instead of B3::UseCounts when
instruction count is unnecessary
https://bugs.webkit.org/show_bug.cgi?id=317477
rdar://180102278
Reviewed by Keith Miller.
B3::UseCountsWithoutUsingInstructions is more efficient and faster than
B3::UseCounts to be computed.
* Source/JavaScriptCore/b3/B3InferSwitches.cpp:
* Source/JavaScriptCore/b3/B3LowerMacros.cpp:
Canonical link: https://commits.webkit.org/315534@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications