Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c1b19d0128090f6cb3e12d4f967028706b37b170
https://github.com/WebKit/WebKit/commit/c1b19d0128090f6cb3e12d4f967028706b37b170
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M Source/JavaScriptCore/jit/JITThunks.cpp
M Source/JavaScriptCore/jit/JITThunks.h
M Source/JavaScriptCore/runtime/VM.cpp
Log Message:
-----------
[JSC] Split eager and lazy JIT thunks
https://bugs.webkit.org/show_bug.cgi?id=320942
rdar://183974728
Reviewed by Yijia Huang.
This patch splits eager and lazy JIT thunks so eager ones are commonly
used so it is created eagerly but lazy ones are created on-demand.
* Source/JavaScriptCore/jit/JITThunks.cpp:
(JSC::generatorForLazyCommonThunk):
(JSC::JITThunks::initialize):
(JSC::JITThunks::ctiNativeCall):
(JSC::JITThunks::ctiNativeConstruct):
(JSC::JITThunks::ctiNativeTailCall):
(JSC::JITThunks::ctiNativeTailCallWithoutSavedTags):
(JSC::JITThunks::ctiInternalFunctionCall):
(JSC::JITThunks::ctiInternalFunctionConstruct):
(JSC::JITThunks::ctiStub):
(JSC::JITThunks::lazyCommonThunk):
* Source/JavaScriptCore/jit/JITThunks.h:
* Source/JavaScriptCore/runtime/VM.cpp:
(JSC::VM::getCTIStub):
Canonical link: https://commits.webkit.org/318524@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications