Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c6e3fb07da3b2f2d1b02380e033401852f86811
https://github.com/WebKit/WebKit/commit/0c6e3fb07da3b2f2d1b02380e033401852f86811
Author: Angelos Oikonomopoulos <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
Log Message:
-----------
[JSC] IPInt: replace some emits with regular instructions
https://bugs.webkit.org/show_bug.cgi?id=302781
Reviewed by Yusuke Suzuki.
Use a regular jmp reg instead of emit "br reg". This allows us to use
names defined in IPInt. While here, use addlshiftp instead of emitting a
raw add with lsl.
Canonical link: https://commits.webkit.org/303286@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications