Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e3e8f77402aac9a50d43af907bca88a59ac46bce https://github.com/WebKit/WebKit/commit/e3e8f77402aac9a50d43af907bca88a59ac46bce Author: Yusuke Suzuki <ysuz...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes