[webkit-changes] [WebKit/WebKit] 005fb2: [JSC] Allow self-recursion with limit in wasm
Yusuke Suzuki
noreply at github.com
Fri Feb 7 09:31:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 005fb24a3607517363f53329cc58c1420d6f2936
https://github.com/WebKit/WebKit/commit/005fb24a3607517363f53329cc58c1420d6f2936
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M Source/JavaScriptCore/runtime/OptionsList.h
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC] Allow self-recursion with limit in wasm
https://bugs.webkit.org/show_bug.cgi?id=287223
rdar://144366108
Reviewed by Yijia Huang.
This patch allows self-recursion inlining with special limit (5 depth in
total) in OMG wasm inlining.
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::canInline const):
Canonical link: https://commits.webkit.org/290017@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list