Lisp HUG Maillist Archive

Re: Tips on coding for performance

Unable to parse email body. Email id is 6970

Re: Tips on coding for performance

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


Updated at: 2020-12-10 08:45 UTC