Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae3076777ea758bbc085e42ab9c4f02f85c13d98
https://github.com/WebKit/WebKit/commit/ae3076777ea758bbc085e42ab9c4f02f85c13d98
Author: Dan Hecht <[email protected]>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h
Log Message:
-----------
[JSC] Remove dead/incorrect path in DFG::SpeculativeJIT::allocate()
https://bugs.webkit.org/show_bug.cgi?id=292778
rdar://151014815
Reviewed by Keith Miller.
I think the intention of this code was to:
if (specific == InvalidGPRReg)
return allocate();
But this function is never called with InvalidGPRReg anyway,
so let's remove this path, and one of the callers that is
never used.
Canonical link: https://commits.webkit.org/294810@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes