Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 51d3dbaa278ef8b8283ec7172bc4913256ea366a
https://github.com/WebKit/WebKit/commit/51d3dbaa278ef8b8283ec7172bc4913256ea366a
Author: Sergey Rubanov <[email protected]>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M Source/JavaScriptCore/llint/LLIntThunks.cpp
Log Message:
-----------
[JSC][Wasm] Add DEFINE_IPINT_THUNK_FOR_ENTRY for IPInt entry
https://bugs.webkit.org/show_bug.cgi?id=294584
Reviewed by Yusuke Suzuki.
Add DEFINE_IPINT_THUNK_FOR_ENTRY for the IPInt function entry thunk,
mirroring DEFINE_IPINT_THUNK_FOR_CATCH. Entry is only used under
ENABLE(JIT) (callers fall back to ipint_trampoline otherwise), so the
macro and definition stay JIT-only and always use
generateThunkWithJumpToPrologue, matching the previous hand-rolled thunk.
* Source/JavaScriptCore/llint/LLIntThunks.cpp:
Canonical link: https://commits.webkit.org/318286@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications