Re: Tips on coding for performance
Unable to parse email body. Email id is 6970
Unable to parse email body. Email id is 6970
On 17 Sep 2007, at 13:33, bobcoyne@worldnet.att.net wrote: > and/or to use macros instead of functions in critical places so > they get inlined. I'm fairly sure LW will honour the INLINE declaration for functions, which is a far better way to do this than using macros, when it works. Remember the declaration needs to be in place *before* the definition is processed by the compiler. --tim