From: Dan Nicolaescu <dann@ics.uci.edu>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: usefulness of no-byte-compile [was: Re: Upcoming 23.1 release]
Date: Mon, 20 Jul 2009 20:16:55 -0700 (PDT) [thread overview]
Message-ID: <200907210316.n6L3Gt75014295@godzilla.ics.uci.edu> (raw)
In-Reply-To: 87bpnf8994.fsf@stupidchicken.com
Chong Yidong <cyd@stupidchicken.com> writes:
> I didn't remove the no-byte-compile line, though, because I don't
> understand the original rationale for it. Maybe it's because
> byte-compiling doesn't provide any advantage for such a small file?
On a modern machine byte-compiling does not really provide too much
visible speedup for quite a lot of elisp code.
The decision not to byte compile some things was taken at a time when it
took a while to byte compile, and storing extra files was not very
desirable. Nowadays none of those matter at all.
But byte-compiling has the advantage that warnings help catch potential
problems that are only caught by users at run time. (And warnings have
caught quite a few issues since we have cleaned up the sources).
So IMNSHO we should reconsider the decision not to byte compile some
things, and just compile everything that is not specifically excepted
(like in loadup.el).
next prev parent reply other threads:[~2009-07-21 3:16 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 18:32 Upcoming 23.1 release Chong Yidong
2009-07-20 18:44 ` Eli Zaretskii
2009-07-20 18:51 ` Chong Yidong
2009-07-20 19:06 ` Eli Zaretskii
2009-07-20 19:37 ` Chong Yidong
2009-07-20 20:36 ` Eli Zaretskii
2009-07-21 1:20 ` Stefan Monnier
2009-07-21 15:05 ` Chong Yidong
2009-07-21 15:42 ` Stefan Monnier
2009-07-21 14:41 ` Richard Stallman
2009-07-21 14:41 ` Richard Stallman
2009-07-21 15:38 ` Chong Yidong
2009-07-22 1:43 ` Richard Stallman
2009-07-20 19:02 ` Chong Yidong
2009-07-20 20:42 ` Eli Zaretskii
2009-07-21 15:31 ` Chong Yidong
2009-07-22 1:43 ` Richard Stallman
2009-07-21 14:42 ` Richard Stallman
2009-07-21 14:41 ` Richard Stallman
2009-07-20 18:55 ` Dan Nicolaescu
2009-07-20 19:06 ` Chong Yidong
2009-07-21 3:16 ` Dan Nicolaescu [this message]
2009-07-20 20:05 ` Chong Yidong
2009-07-20 22:58 ` Jason Rumney
2009-07-20 23:12 ` Chong Yidong
2009-07-21 0:43 ` Kenichi Handa
2009-07-21 3:10 ` Eli Zaretskii
2009-07-21 3:55 ` Lennart Borgman
2009-07-22 6:55 ` Yavor Doganov
2009-07-22 7:24 ` David Reitter
2009-07-24 0:46 ` YAMAMOTO Mitsuharu
2009-07-24 0:53 ` YAMAMOTO Mitsuharu
2009-07-24 15:10 ` Yavor Doganov
2009-07-24 15:47 ` Adrian Robert
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=200907210316.n6L3Gt75014295@godzilla.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
/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.