[Webkit-unassigned] [Bug 219034] CodeBlock m_shouldAlwaysBeInlined in JIT::compileWithoutLinking should be set directly.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 18 19:15:42 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219034
--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 414339
--> https://bugs.webkit.org/attachment.cgi?id=414339
Proposed patch.
View in context: https://bugs.webkit.org/attachment.cgi?id=414339&action=review
> JIT.cpp:789
> + m_codeBlock->m_shouldAlwaysBeInlined = false;
I think this should be removed since inlining function including arity-fixup is supported in DFG and FTL.
Can you upload a patch by `webkit-patch` command? And please describe the goal of the change in ChangeLog file which template is generated by webkit-patch command.
https://webkit.org/contributing-code/ describes the detailed process :)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201119/d52bc550/attachment.htm>
More information about the webkit-unassigned
mailing list