From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master b7d8d3c 9/9: * fixtures/test/: Don't byte-compile Date: Mon, 19 Dec 2016 09:49:29 -0500 Message-ID: References: <20160805013757.31623.20092@vcs.savannah.gnu.org> <20160805013758.9B5BB2201A4@vcs.savannah.gnu.org> <357c3d56-6fe1-fcd1-8403-eaab95ab9af8@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1482159021 11662 195.159.176.226 (19 Dec 2016 14:50:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2016 14:50:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: emacs-devel To: Jackson Ray Hamilton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 15:50:17 2016 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 1cIzGZ-0001ZQ-Pe for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 15:50:15 +0100 Original-Received: from localhost ([::1]:45992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIzGZ-0001AT-F8 for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 09:50:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIzFw-0001A5-Op for emacs-devel@gnu.org; Mon, 19 Dec 2016 09:49:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIzFr-0005zg-U3 for emacs-devel@gnu.org; Mon, 19 Dec 2016 09:49:36 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58136) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cIzFr-0005yJ-NT for emacs-devel@gnu.org; Mon, 19 Dec 2016 09:49:31 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AbKQAu3EVY/+J3oWxdGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYiiEaQEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBAQEGAiWLGYopBY98imqScwGIJoY6kE6BQTYgeBMOhXMgiS0BAQE X-IPAS-Result: A0AbKQAu3EVY/+J3oWxdGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYiiEaQEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBAQEGAiWLGYopBY98imqScwGIJoY6kE6BQTYgeBMOhXMgiS0BAQE X-IronPort-AV: E=Sophos;i="5.33,749,1477972800"; d="scan'208";a="283161220" Original-Received: from 108-161-119-226.dsl.teksavvy.com (HELO pastel.home) ([108.161.119.226]) by smtp.teksavvy.com with ESMTP; 19 Dec 2016 09:49:29 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7F808642BE; Mon, 19 Dec 2016 09:49:29 -0500 (EST) In-Reply-To: (Jackson Ray Hamilton's message of "Sun, 18 Dec 2016 18:43:53 -0800") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:210635 Archived-At: > Would you be amenable to me pushing the attached patch? Hmm... It works well, but it slows down "make" in the case where there's nothing to do by more than a factor 2 (on the slowest machine on which I maintain a fully-built `elpa` checkout, it brings the time for "make" from 7s to 18s). The current time is already on the high side for my taste, so I think we should try a bit harder to keep it in check. Stefan