[webkit-changes] [WebKit/WebKit] a7327f: [JSC] FTL should use constant-folded CreateClonedA...
Yusuke Suzuki
noreply at github.com
Mon May 1 19:08:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a7327f247c04bbb166367832613dde5d024e81e0
https://github.com/WebKit/WebKit/commit/a7327f247c04bbb166367832613dde5d024e81e0
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
Log Message:
-----------
[JSC] FTL should use constant-folded CreateClonedArguments butterfly allocation if it is inlined
https://bugs.webkit.org/show_bug.cgi?id=256187
rdar://108764141
Reviewed by Alexey Shvayka.
We should use constant-folded allocator if CreateClonedArguments is for inlined function.
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileCreateClonedArguments):
Canonical link: https://commits.webkit.org/263569@main
More information about the webkit-changes
mailing list