Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6a779f7369aa9ea33fa7216a29fa7e756d9ce0b7
https://github.com/WebKit/WebKit/commit/6a779f7369aa9ea33fa7216a29fa7e756d9ce0b7
Author: Dan Hecht <[email protected]>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
Log Message:
-----------
[JSC] WASM IPInt: popInt32/64 don't need a scratch reg
https://bugs.webkit.org/show_bug.cgi?id=300285
rdar://162087401
Reviewed by Yusuke Suzuki.
Cleanup popInt32 and popInt64 to remove their unused scratch reg
argument. There's at least one place (in uINT _stack) where the
implied register liveness is not correct (probably bit rotted).
Let's just remove the scratch arg since it's not needed.
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:
Canonical link: https://commits.webkit.org/301137@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes