This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: It it OK to use inline functions in GCC itself?
- From: Richard Henderson <rth at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 25 Mar 2004 10:58:21 -0800
- Subject: Re: It it OK to use inline functions in GCC itself?
- References: <20040325.003343.107272319.kazu@cs.umass.edu>
On Thu, Mar 25, 2004 at 12:33:43AM -0500, Kazu Hirata wrote:
> It it OK to use inline functions in GCC itself? I am guessing the
> answer is yes given tree-flow.h from tree-ssa.
Yes. inline expands to nothing if the compiler doesn't understand it.
r~