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

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

bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpre


From: Juanma Barranquero
Subject: bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpreted
Date: Fri, 15 Jun 2012 01:56:29 +0200

On Thu, Jun 14, 2012 at 9:09 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:

> (BTW, we can remove subr.el from makefile-w32.in's
> COMPILE_FIRST, since it's useless there).

Done in revno:108612.

BTW, why the differences between the makefile.in COMPILE_FIRST:

COMPILE_FIRST = \
        ...
        $(lisp)/emacs-lisp/autoload.elc

and the makefile.w32-in one?

COMPILE_FIRST = \
        ...
        $(lisp)/progmodes/cc-mode.el \
        $(lisp)/progmodes/cc-vars.el


    Juanma





reply via email to

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