[webkit-changes] [WebKit/WebKit] e3e8f7: [JSC] Remove unnecessary nop in DFG
Yusuke Suzuki
noreply at github.com
Sun Sep 1 21:57:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3e8f77402aac9a50d43af907bca88a59ac46bce
https://github.com/WebKit/WebKit/commit/e3e8f77402aac9a50d43af907bca88a59ac46bce
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-09-01 (Sun, 01 Sep 2024)
Changed paths:
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp
Log Message:
-----------
[JSC] Remove unnecessary nop in DFG
https://bugs.webkit.org/show_bug.cgi?id=278988
rdar://135111783
Reviewed by Justin Michaud.
This nop is inserted only to suppress broken register allocation validation in this case.
Use SuppressRegisetrAllocationValidation here and remove this nop.
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
Canonical link: https://commits.webkit.org/283048@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