This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inline questions
> If the function inlinable_function_p on tree-inline.c returns nonzero that's mean that the function will be inlined?, I mean the body of the function will be expanded instead the call of that function or exists further verficiations or restrictions?
It depends on version of GCC you are using. For 3.3 and earlier,
inlinable_function_p does all the decisions. For 3.4 up (and 3.3 GCC
distributed by SuSE), there is more heuristics in cgraphcleanup targeted
to limit compilation unit growth.
If you tell me more what you are looking for, perhaps I can help you
more.
Honza
>
> (Sorry my terrible english)
>