all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: To Byte Compile or not Byte Compile...that is the question
Date: Wed, 25 Sep 2002 17:54:18 GMT	[thread overview]
Message-ID: <eLmk9.29$7B3.2622@paloalto-snr1.gtei.net> (raw)
In-Reply-To: amsls6$3u8$1@tilde.itg.ti.com

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.

-- 
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.

  reply	other threads:[~2002-09-25 17:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 15:47 To Byte Compile or not Byte Compile...that is the question Javier Oviedo
2002-09-25 17:54 ` Barry Margolin [this message]
2002-09-26  7:51   ` Klaus Berndl
2002-09-26 19:40 ` GI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='eLmk9.29$7B3.2622@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.