It it OK to use inline functions in GCC itself?

Richard Henderson rth@redhat.com
Thu Mar 25 19:51:00 GMT 2004


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~



More information about the Gcc mailing list