[webkit-changes] [WebKit/WebKit] a8ba83: IPInt call_ref should save CallSiteIndex
Commit Queue
noreply at github.com
Fri Jan 17 12:22:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a8ba8390855ba6c68b5d7029f4f2794d33dc8135
https://github.com/WebKit/WebKit/commit/a8ba8390855ba6c68b5d7029f4f2794d33dc8135
Author: Daniel Liu <daniel_liu4 at apple.com>
Date: 2025-01-17 (Fri, 17 Jan 2025)
Changed paths:
A JSTests/wasm/stress/call-ref-throw.js
M Source/JavaScriptCore/llint/InPlaceInterpreter.asm
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
Log Message:
-----------
IPInt call_ref should save CallSiteIndex
https://bugs.webkit.org/show_bug.cgi?id=285902
rdar://142892203
Reviewed by Yusuke Suzuki.
Just like other calls, call_ref should save its CallSiteIndex. Additionally,
operations that may throw should save their CallSiteIndex relative to the beginning
of the bytecode, to stay consistent with calls.
* JSTests/wasm/stress/call-ref-throw.js: Added.
* Source/JavaScriptCore/llint/InPlaceInterpreter.asm:
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
Canonical link: https://commits.webkit.org/289082@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list