Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 723bdacf3bed4568822c50a02226c7fb115a487b
https://github.com/WebKit/WebKit/commit/723bdacf3bed4568822c50a02226c7fb115a487b
Author: Yusuke Suzuki <[email protected]>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
Log Message:
-----------
[JSC] Consolidate error throwing code in IPInt to reduce code size in each
handler
https://bugs.webkit.org/show_bug.cgi?id=312073
rdar://174582904
Reviewed by Keith Miller.
This patch consolidates error throwing code in IPInt. We are observing larger
size in atomics related IPInt code, but we would like to reduce code size in
to fit it into 256 size again.
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
Canonical link: https://commits.webkit.org/311147@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications