Norman Vine wrote: < clarifying my earlier post > > >Also note that most FGFS functions are only called at most ! >once or twice per iteration of the main loop > >A 'few' more 'interesting' ones are called MANY TIMES >per iteration of the loop. IMHO these if they meet the >above criteria are GOOD >'candidates' for inline-ing
Those functions that are only called once for some outside interaction and are not inside the main loop 'per se' probably have no need of being inlined unless the inlining is being used to 'simplify' otherwise complex code constructs where inlining is being used as a better form of a 'C' MACRO. Cheers Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
