Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 558a3f125e4cfe2bf3a9e6cc004eab1a28765799
https://github.com/WebKit/WebKit/commit/558a3f125e4cfe2bf3a9e6cc004eab1a28765799
Author: Fady Farag <[email protected]>
Date: 2026-03-02 (Mon, 02 Mar 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h
M Source/JavaScriptCore/jsc.cpp
Log Message:
-----------
Address unnecessary copy initialization in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=308932
rdar://171475275
Reviewed by Keith Miller and Yusuke Suzuki.
This fixes unnecessary copy initialization where variables were copy-constructed
from a const reference but were only used as const reference.
* Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects):
* Source/JavaScriptCore/jsc.cpp:
(GlobalObject::moduleLoaderImportModule):
Canonical link: https://commits.webkit.org/308459@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications