[webkit-changes] [WebKit/WebKit] 027fcb: [JSC] Split InPlaceInterpreter.asm into JSVALUE64/...
Commit Queue
noreply at github.com
Mon Jul 8 07:03:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 027fcbe1e359d84960eb285806b61fbd1d130a44
https://github.com/WebKit/WebKit/commit/027fcbe1e359d84960eb285806b61fbd1d130a44
Author: Max Rottenkolber <maximilian at igalia.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/llint/InPlaceInterpreter.asm
A Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm
A Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
Log Message:
-----------
[JSC] Split InPlaceInterpreter.asm into JSVALUE64/JSVALUE32_64 implementations
https://bugs.webkit.org/show_bug.cgi?id=274775
Reviewed by Justin Michaud.
Splits InPlaceInterpreter.asm into separate JSVALUE64/32_64 implementations.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/llint/InPlaceInterpreter.asm:
* Source/JavaScriptCore/llint/InPlaceInterpreter32_64.asm: Added.
* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm: Copied from Source/JavaScriptCore/llint/InPlaceInterpreter.asm.
Canonical link: https://commits.webkit.org/280730@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