From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Llorens Newsgroups: gmane.lisp.guile.devel Subject: Re: Slow compile times on master Date: Wed, 16 Sep 2015 18:26:55 +0200 Message-ID: <4E4F5463-4420-4E48-B035-C9EDE5AFBA35@bluewin.ch> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1442422730 7450 80.91.229.3 (16 Sep 2015 16:58:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2015 16:58:50 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 16 18:58:39 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZcG2Z-0006NA-5F for guile-devel@m.gmane.org; Wed, 16 Sep 2015 18:58:39 +0200 Original-Received: from localhost ([::1]:52036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcG2Y-00048g-Iy for guile-devel@m.gmane.org; Wed, 16 Sep 2015 12:58:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcG2V-00047D-35 for guile-devel@gnu.org; Wed, 16 Sep 2015 12:58:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcG2O-0006Pa-9Z for guile-devel@gnu.org; Wed, 16 Sep 2015 12:58:34 -0400 Original-Received: from zhbdzmsp-smta17.bluewin.ch ([195.186.99.133]:61870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcG2O-0006OW-3j for guile-devel@gnu.org; Wed, 16 Sep 2015 12:58:28 -0400 Original-Received: from [195.186.227.130] ([195.186.227.130:64917] helo=zhhdzmsp-smta12.bluewin.ch) by zhbdzmsp-smta17.bluewin.ch (envelope-from ) (ecelerity 3.5.10.45038 r(Core:3.5.10.0)) with ESMTP id FE/E1-29869-96899F55; Wed, 16 Sep 2015 16:27:21 +0000 Original-Received: from [172.16.96.15] (62.2.203.131) by zhhdzmsp-smta12.bluewin.ch (8.5.142) (authenticated as dll@bluewin.ch) id 52A87E3C28907992 for guile-devel@gnu.org; Wed, 16 Sep 2015 16:27:21 +0000 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 195.186.99.133 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17835 Archived-At: On 16 Sep 2015, at 18:01, guile-devel-request@gnu.org wrote: > From: Tristan Colgate > To: guile-devel > Subject: Slow compile times on master > Message-ID: > = > Content-Type: text/plain; charset=3D"utf-8" >=20 > Hi All, > I thought I'd see how things are looking on master (great to see work = is > still progressing toward 2.2). I just wanted to check that the compile > times I've been seeing are to be expected. My (pretty weedy) laptop = took > over a day to build one it hit building the scms. guile-snmp took a = good > minute or so to build the code for the shell (it's really pretty = tiny). > Is this expected at the minute? or more likely to be a problem with > cacheing. > Anyway, thanks all for the great work on guile. guile-snmp pulls off = some > pretty gnarly tricks with dynamic symbol lookup and it's all kept on > working since 1.8 without breaking,which is pretty darned cool. Hi, I've been tracking master for a while and I've also observed the same = slowdown, the odd file that compiled in < 1s now taking 20, 30s. It's = happened in the last couple of months.=20 Regards Daniel