help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: To Byte Compile or not Byte Compile...that is the question


From: Klaus Berndl
Subject: Re: To Byte Compile or not Byte Compile...that is the question
Date: 26 Sep 2002 09:51:04 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

On Wed, 25 Sep 2002, Barry Margolin wrote:

>  In article <amsls6$3u8$1@tilde.itg.ti.com>,
>  Javier Oviedo <email_joviedo@yahoo.com> wrote:
> >I have a relatively small site-lisp directory, holding about 20 files.
> >
> >Does Byte compiling those files improve performance in any noticeable way?
>  
>  The number of files is irrelevant, what matters is how often the functions
>  they define are used, and how big those functions are.
>  
>  Byte compiling generally can't hurt, it can only help, so there's little
>  reason *not* to compile them.  The only excuse I can think of would be that
>  you might forget to recompile after making a change, so users would
>  continue to load the old version.

This can be avoided by adding a mechanism which automatically byte-compiles an
elisp-file after saving.

Ciao
Klaus

>  

-- 
Klaus Berndl                    mailto: klaus.berndl@sdm.de
sd&m AG                         http://www.sdm.de
software design & management    
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220


reply via email to

[Prev in Thread] Current Thread [Next in Thread]