Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: da4aca271c25a363bceaa8b1c94a35570e11019d
https://github.com/WebKit/WebKit/commit/da4aca271c25a363bceaa8b1c94a35570e11019d
Author: Sosuke Suzuki <[email protected]>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp
Log Message:
-----------
[JSC] Move `insertChecks()` calls to before adding nodes in
`DFGByteCodeParser`
https://bugs.webkit.org/show_bug.cgi?id=301477
Reviewed by Yusuke Suzuki.
This patch changes to move `insertChecks()` calls to before adding
any nodes to graph in `DFGByteCodeParser`.
This patch affects only following intrinsics:
- RegExpTestIntrinsic
- RegExpSearchIntrinsic
* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleIntrinsicCall):
Canonical link: https://commits.webkit.org/302219@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications