This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: It it OK to use inline functions in GCC itself?


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]