Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8161b5bd5d77ad3b8bf9bccb61fb9afa69f60ce
https://github.com/WebKit/WebKit/commit/c8161b5bd5d77ad3b8bf9bccb61fb9afa69f60ce
Author: Yusuke Suzuki <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmInliningDecision.cpp
Log Message:
-----------
[JSC] Propagate upper relative call count in Wasm Inlining Decision
https://bugs.webkit.org/show_bug.cgi?id=308217
rdar://170712804
Reviewed by Dan Hecht.
Doing similar change to V8's inlining tree. Applying the parent inlining
node's relativeCallCount to propagate this relative numbers to the leaf
of the tree.
* Source/JavaScriptCore/wasm/WasmInliningDecision.cpp:
(JSC::Wasm::InliningNode::inlineNode):
Canonical link: https://commits.webkit.org/307839@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications