This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Inline questions
- From: Manuel Báez <mbaez at security dot cl>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 22 Jan 2004 12:08:00 -0400
- Subject: 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?
(Sorry my terrible english)