Hi, I recently ran into an inline-related issue and would like to ask about it. This is about the ipa-inline.
I'd like to make my function be inlined, but it trapped in the function 'want_inline_small_function_p', more specificly, in the conditional statement 'growth_positive_p (callee, e, growth)'. The offline size of the function is too small and the growth is much bigger. But I still hope it will be inlined. Besides, the reason for its failure in the report file was CIF_MAX_INLINE_INSNS_AUTO_LIMIT. But I don't seem to be able to fix that by modifying the value of that parameter. Is there another way to solve it? Or can I only change the source code to make it? Thanks Hanke Zhang