Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 613c42873c56e2b2073f91b2983eec825be6a791
https://github.com/WebKit/WebKit/commit/613c42873c56e2b2073f91b2983eec825be6a791
Author: Sosuke Suzuki <[email protected]>
Date: 2025-09-14 (Sun, 14 Sep 2025)
Changed paths:
A JSTests/microbenchmarks/regexp-string-iterator.js
A JSTests/stress/regexp-string-iterator-jit.js
M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
M Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
M Source/JavaScriptCore/dfg/DFGOperations.cpp
M Source/JavaScriptCore/dfg/DFGOperations.h
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
M Source/JavaScriptCore/runtime/Intrinsic.h
M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
M Source/JavaScriptCore/runtime/JSGlobalObject.h
Log Message:
-----------
[JSC] Optimize `@regExpStringIteratorCreate` in DFG/FTL
https://bugs.webkit.org/show_bug.cgi?id=298809
Reviewed by Yusuke Suzuki.
This patch changes to optimize `@regExpStringIteratorCreate` in DFG/FTL.
* JSTests/microbenchmarks/regexp-string-iterator.js: Added.
(test):
* JSTests/stress/regexp-string-iterator-jit.js: Added.
(shouldBe):
(test):
* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleIntrinsicCall):
* Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:
* Source/JavaScriptCore/dfg/DFGOperations.cpp:
(JSC::DFG::JSC_DEFINE_JIT_OPERATION):
* Source/JavaScriptCore/dfg/DFGOperations.h:
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileNewInternalFieldObject):
* Source/JavaScriptCore/runtime/Intrinsic.h:
* Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::init):
(JSC::JSGlobalObject::visitChildrenImpl):
* Source/JavaScriptCore/runtime/JSGlobalObject.h:
(JSC::JSGlobalObject::regExpStringIteratorStructure const):
Canonical link: https://commits.webkit.org/299943@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