[webkit-changes] [WebKit/WebKit] 85cc8f: Remove some unused "slowPath" arguments in LLInt a...
Commit Queue
noreply at github.com
Thu Oct 5 20:14:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85cc8f5233a0ac012b0716fae3cf46726d38a6a0
https://github.com/WebKit/WebKit/commit/85cc8f5233a0ac012b0716fae3cf46726d38a6a0
Author: Mark Lam <mark.lam at apple.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/JavaScriptCore/llint/LowLevelInterpreter.asm
M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
M Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
Log Message:
-----------
Remove some unused "slowPath" arguments in LLInt asm macros.
https://bugs.webkit.org/show_bug.cgi?id=262717
rdar://116537174
Reviewed by Alexey Shvayka.
Just removing some obsolete dead code.
* Source/JavaScriptCore/llint/LowLevelInterpreter.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:
* Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:
Canonical link: https://commits.webkit.org/268963@main
More information about the webkit-changes
mailing list