all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 11657@debbugs.gnu.org
Subject: bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpreted
Date: Fri, 15 Jun 2012 21:43:40 +0200	[thread overview]
Message-ID: <CAAeL0STyCxy_csUL1Vh1Y+xkX45DNzYtW9y1R1p2q6Gg2S_afg@mail.gmail.com> (raw)
In-Reply-To: <83ipetexhw.fsf@gnu.org>

On Fri, Jun 15, 2012 at 11:27 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> I have no idea whether what the comment says about bootstrap is still
> true nowadays, since the bootstrap on Windows works differently.  You
> can try removing those 2 files and see if that hurts anything.

After synching lisp/makefile.w32-in with Stefan's changes in
revno:88864, emacs bootstraps just fine.

I haven't tried to evaluate any possible impact in byte-compilation
time, given its current state.

    Juanma


=== modified file 'lisp/makefile.w32-in'
--- lisp/makefile.w32-in	2012-06-14 23:53:41 +0000
+++ lisp/makefile.w32-in	2012-06-15 19:39:42 +0000
@@ -76,18 +76,14 @@
 BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)

 # Files to compile before others during a bootstrap.  This is done to
-# speed up the bootstrap process.  The CC files are compiled first
-# because CC mode tweaks the compilation process, and requiring
-# cc-mode when it is not compiled doesn't work during the
-# bootstrapping.
+# speed up the bootstrap process.

 COMPILE_FIRST = \
+	$(lisp)/emacs-lisp/bytecomp.el \
 	$(lisp)/emacs-lisp/byte-opt.el \
-	$(lisp)/emacs-lisp/bytecomp.el \
 	$(lisp)/emacs-lisp/macroexp.el \
 	$(lisp)/emacs-lisp/cconv.el \
-	$(lisp)/progmodes/cc-mode.el \
-	$(lisp)/progmodes/cc-vars.el
+	$(lisp)/emacs-lisp/autoload.el

 # The actual Emacs command run in the targets below.
 # The quotes around $(EMACS) are here because the user could type





  reply	other threads:[~2012-06-15 19:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-09 11:30 bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpreted Eli Zaretskii
2012-06-09 20:07 ` Juanma Barranquero
2012-06-09 23:36   ` Christoph Scholtes
2012-06-10  1:24 ` Stefan Monnier
2012-06-10  3:00   ` Eli Zaretskii
2012-06-10 14:48     ` Stefan Monnier
2012-06-11  1:10       ` Stefan Monnier
2012-06-11 16:53         ` Eli Zaretskii
2012-06-14 19:09           ` Stefan Monnier
2012-06-14 23:56             ` Juanma Barranquero
2012-06-15  1:41               ` Stefan Monnier
2012-06-15  9:27               ` Eli Zaretskii
2012-06-15 19:43                 ` Juanma Barranquero [this message]
2012-06-15 20:04                   ` Eli Zaretskii
2012-06-20 16:33             ` Stefan Monnier
2012-06-20 23:02               ` Juanma Barranquero
2012-06-22 18:33               ` Eli Zaretskii
2012-06-25  1:02                 ` Glenn Morris

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=CAAeL0STyCxy_csUL1Vh1Y+xkX45DNzYtW9y1R1p2q6Gg2S_afg@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=11657@debbugs.gnu.org \
    --cc=eliz@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.