[webkit-changes] [WebKit/WebKit] ba670b: [JSC] Add missing NodeMustGenerate clearing for ne...
Yusuke Suzuki
noreply at github.com
Tue Oct 1 19:29:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ba670bd444a79704ba64c997b967ff5ccf0c7ca1
https://github.com/WebKit/WebKit/commit/ba670bd444a79704ba64c997b967ff5ccf0c7ca1
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M Source/JavaScriptCore/dfg/DFGFixupPhase.cpp
Log Message:
-----------
[JSC] Add missing NodeMustGenerate clearing for newly added StringReplaceString
https://bugs.webkit.org/show_bug.cgi?id=280725
rdar://137093134
Reviewed by Yijia Huang.
We should clear this flag when StringReplaceString is newly added in
fixup phase.
* Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:
(JSC::DFG::FixupPhase::fixupNode):
Canonical link: https://commits.webkit.org/284535@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