[webkit-changes] [WebKit/WebKit] 2c8e92: [JSC] Make Handler IC work with JITCage
Yusuke Suzuki
noreply at github.com
Thu Jun 27 00:38:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2c8e92c82c5f65035be6f8cfab4efa7dd448a7cb
https://github.com/WebKit/WebKit/commit/2c8e92c82c5f65035be6f8cfab4efa7dd448a7cb
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
Log Message:
-----------
[JSC] Make Handler IC work with JITCage
https://bugs.webkit.org/show_bug.cgi?id=275936
rdar://130641832
Reviewed by Yijia Huang.
Fix register usage for JITCage configuration in Handler IC.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::customGetterHandlerImpl):
(JSC::customSetterHandlerImpl):
(JSC::putByIdCustomHandlerImpl):
(JSC::putByValCustomHandlerImpl):
Canonical link: https://commits.webkit.org/280409@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