Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f62faaf4e133012e836c428bf8f651535dce05d9 https://github.com/WebKit/WebKit/commit/f62faaf4e133012e836c428bf8f651535dce05d9 Author: David Degazio <d_dega...@apple.com> Date: 2024-04-01 (Mon, 01 Apr 2024)
Changed paths: M Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackByLinearScan.cpp M Source/JavaScriptCore/dfg/DFGSSAConversionPhase.cpp M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp Log Message: ----------- [JSC] Redefinitions of RELEASE_ASSERT should be removed https://bugs.webkit.org/show_bug.cgi?id=271728 rdar://problem/125439450 Reviewed by Yusuke Suzuki. Removes several redefinitions of the RELEASE_ASSERT macro in JavaScriptCore, since they don't seem to serve any purpose other than duplicating code needlessly. * Source/JavaScriptCore/b3/air/AirAllocateRegistersAndStackByLinearScan.cpp: * Source/JavaScriptCore/dfg/DFGSSAConversionPhase.cpp: * Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp: Canonical link: https://commits.webkit.org/276882@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