From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel,gmane.lisp.guile.user Subject: Re: Guile-Emacs update Date: Wed, 31 Jul 2013 22:46:41 +0200 Message-ID: References: <87mwpgkcsx.fsf@olor.terpri.org> <1375302495.6179.86.camel@pdsdesk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375303638 17955 80.91.229.3 (31 Jul 2013 20:47:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2013 20:47:18 +0000 (UTC) Cc: guile-user@gnu.org, BT Templeton , emacs-devel@gnu.org To: Paul Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 31 22:47:17 2013 Return-path: Envelope-to: ged-emacs-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 1V4dIh-00077Z-Mw for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 22:47:15 +0200 Original-Received: from localhost ([::1]:46666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4dIh-0000mj-DL for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 16:47:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4dIZ-0000mO-CU for emacs-devel@gnu.org; Wed, 31 Jul 2013 16:47:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4dIT-0002Kp-Kh for emacs-devel@gnu.org; Wed, 31 Jul 2013 16:47:07 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:64547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4dIT-0002JT-CZ; Wed, 31 Jul 2013 16:47:01 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 2FAFF7AEA16; Wed, 31 Jul 2013 22:46:59 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s2Hpf3kvFu29; Wed, 31 Jul 2013 22:46:55 +0200 (CEST) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf2.bahnhof.se (Postfix) with ESMTP id B0F9D940188; Wed, 31 Jul 2013 22:46:54 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 67D144E0F04; Wed, 31 Jul 2013 20:46:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vR61eexWgZa5; Wed, 31 Jul 2013 22:46:41 +0200 (CEST) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id BF3184E02FB; Wed, 31 Jul 2013 22:46:41 +0200 (CEST) In-Reply-To: <1375302495.6179.86.camel@pdsdesk> (Paul Smith's message of "Wed, 31 Jul 2013 16:28:15 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162307 gmane.lisp.guile.user:10595 Archived-At: Paul Smith writes: > On Wed, 2013-07-31 at 20:54 +0200, joakim@verona.se wrote: >> #make takes a loong time, much more than a normal emacs >> ./autogen.sh && ./configure && make > > I'm not familiar with building Emacs, but doesn't its build system > support parallel compilation (couldn't you run "make -j4" or whatever's > appropriate for your system to get a nice speedup)? > I think the slowness was during lisp compilation, and that didnt use to benefit from parallel compilation. I might try again though. -- Joakim Verona