Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a9539aeb5791c8bc3e57fd11c7750687bf07b0a9
https://github.com/WebKit/WebKit/commit/a9539aeb5791c8bc3e57fd11c7750687bf07b0a9
Author: Yusuke Suzuki <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/JavaScriptCore/runtime/MathCommon.h
Log Message:
-----------
[JSC] Fix tryConvertToStrictInt32's duplicate work
https://bugs.webkit.org/show_bug.cgi?id=310118
rdar://172760056
Reviewed by Yijia Huang.
Previous patch had an issue that we convert double to int32_t again
unnecessarily. This patch fixes this efficiency problem.
* Source/JavaScriptCore/runtime/MathCommon.h:
(JSC::tryConvertToStrictInt32):
Canonical link: https://commits.webkit.org/309422@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications