[webkit-changes] [WebKit/WebKit] f5dbef: [JSC] Move Handler generation to CommonThunks
Yusuke Suzuki
noreply at github.com
Fri May 31 14:41:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f5dbef260418239426c249eb80e102a9df6ec18f
https://github.com/WebKit/WebKit/commit/f5dbef260418239426c249eb80e102a9df6ec18f
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.h
M Source/JavaScriptCore/jit/JITThunks.h
Log Message:
-----------
[JSC] Move Handler generation to CommonThunks
https://bugs.webkit.org/show_bug.cgi?id=274987
rdar://129078317
Reviewed by Keith Miller.
Getting them is super hot. Move it into pre-generated hot thunk categories.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::getByIdLoadHandlerCodeGeneratorImpl):
(JSC::getByIdLoadOwnPropertyHandlerCodeGenerator):
(JSC::getByIdLoadPrototypePropertyHandlerCodeGenerator):
(JSC::getByIdMissHandlerCodeGenerator):
(JSC::putByIdReplaceHandlerCodeGenerator):
(JSC::putByIdTransitionHandlerCodeGeneratorImpl):
(JSC::putByIdTransitionNonAllocatingHandlerCodeGenerator):
(JSC::putByIdTransitionNewlyAllocatingHandlerCodeGenerator):
(JSC::putByIdTransitionReallocatingHandlerCodeGenerator):
(JSC::InlineCacheCompiler::compileOneAccessCaseHandler):
(JSC::getByIdLoadHandlerCodeGenerator): Deleted.
(JSC::putByIdTransitionHandlerCodeGenerator): Deleted.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.h:
* Source/JavaScriptCore/jit/JITThunks.h:
Canonical link: https://commits.webkit.org/279596@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