From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: To Byte Compile or not Byte Compile...that is the question Date: Wed, 25 Sep 2002 17:54:18 GMT Organization: Genuity, Woburn, MA Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1032978377 9999 127.0.0.1 (25 Sep 2002 18:26:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2002 18:26:17 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uGrX-0002b7-00 for ; Wed, 25 Sep 2002 20:26:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17uGrf-0006xN-00; Wed, 25 Sep 2002 14:26:23 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: never X-Newsreader: trn 4.0-test72 (19 April 1999) Originator: barmar@genuity.net (Barry Margolin) Original-Lines: 19 Original-X-Trace: /wObnZkSzuek0FtaLJXPce2FkHm5m/u1IE7D3z4Rl8aiUYTLal9QywpK0FJotlVTIzZuTXxjwLA7!uDYgrd9FKH2eZI97HtcnDhBsy1E3ZRQ2IURk/O/QSNFx8UeY1IBqVPQJEtDbyzIw1P/9Rj0S0Zie!YLK2NyJm/hBNcw== Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Wed, 25 Sep 2002 17:54:18 GMT Original-Distribution: world Original-Xref: nntp.stanford.edu gnu.emacs.help:105315 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1867 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1867 In article , Javier Oviedo 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. -- Barry Margolin, barmar@genuity.net Genuity, Woburn, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.