From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 1ca436a: Make compilation mode work with warnings from compiled buffer functions Date: Wed, 28 Nov 2018 11:37:55 -0500 Message-ID: References: <20181128132417.30869.1170@vcs0.savannah.gnu.org> <20181128132418.851A9204F1@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1543423309 14676 195.159.176.226 (28 Nov 2018 16:41:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2018 16:41:49 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Alan Mackenzie To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 28 17:41:45 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gS2uG-0003jD-Cl for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2018 17:41:44 +0100 Original-Received: from localhost ([::1]:48615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS2wM-0006IC-Rt for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2018 11:43:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS2un-00063L-KZ for emacs-devel@gnu.org; Wed, 28 Nov 2018 11:42:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS2qa-0005iS-Fa for emacs-devel@gnu.org; Wed, 28 Nov 2018 11:37:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS2qa-0005iJ-Bl; Wed, 28 Nov 2018 11:37:56 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gS2qZ-0002Lb-6m; Wed, 28 Nov 2018 11:37:55 -0500 X-Spook: Bosnia Osama Khaddafi ETA Aldergrove Radicals Matamoros X-Ran: 9vk9[~UdG`c<&9u.+Yv|I, (Alan Mackenzie's message of "Wed, 28 Nov 2018 08:24:18 -0500 (EST)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231491 Archived-At: 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.