Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 444f280175faa74633fe3b08d07592eeedd3b8e0
https://github.com/WebKit/WebKit/commit/444f280175faa74633fe3b08d07592eeedd3b8e0
Author: Yusuke Suzuki <[email protected]>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.h
M Source/JavaScriptCore/jit/JITThunks.h
Log Message:
-----------
[JSC] Implement GetByIdModuleNamespaceLoad handler
https://bugs.webkit.org/show_bug.cgi?id=275559
rdar://129979682
Reviewed by Alexey Shvayka.
This patch adds GetByIdModuleNamespaceLoad handler so that Handler IC can
handle this pattern without generating a code newly.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheHandler::createPreCompiled):
(JSC::getByIdModuleNamespaceLoadHandler):
(JSC::InlineCacheCompiler::compileOneAccessCaseHandler):
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.h:
* Source/JavaScriptCore/jit/JITThunks.h:
Canonical link: https://commits.webkit.org/280073@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes