Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f13d855e0e79efcecea23f25acbecb5656d219fe
https://github.com/WebKit/WebKit/commit/f13d855e0e79efcecea23f25acbecb5656d219fe
Author: Sosuke Suzuki <[email protected]>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
Log Message:
-----------
[JSC] VoidNode should use emitNodeInIgnoreResultPosition for its subexpression
https://bugs.webkit.org/show_bug.cgi?id=308377
Reviewed by Keith Miller.
VoidNode::emitBytecode uses emitNode for its subexpression even though the
result is always discarded. This causes unnecessary temporary register
allocation and prevents op_call_ignore_result from being used for call
expressions.
* Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:
(JSC::VoidNode::emitBytecode):
Canonical link: https://commits.webkit.org/307979@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications