emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1ca436a: Make compilation mode work with warnings from compil


From: Glenn Morris
Subject: Re: master 1ca436a: Make compilation mode work with warnings from compiled buffer functions
Date: Wed, 28 Nov 2018 11:37:55 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Hi,


Alan Mackenzie wrote:

> --- a/lisp/emacs-lisp/bytecomp.el
> +++ b/lisp/emacs-lisp/bytecomp.el
> @@ -124,6 +124,7 @@
>  (require 'backquote)
>  (require 'macroexp)
>  (require 'cconv)
> +(require 'compile)

I would expect this extra require to slow down bootstrap, for an issue
that is not relevant to bootstrap (bug#33475)? Can this be avoided?

Indeed, my automatic overnight build today was about 13 mins, whereas
every previous day this month was < 11.5 mins.



reply via email to

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