From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git commit/push and VC Date: Fri, 21 Nov 2014 12:40:19 +0200 Message-ID: <837fyo4z1o.fsf@gnu.org> References: <871toysqyq.fsf@rosalinde.fritz.box> <838uj57u5b.fsf@gnu.org> <87ppchd9dk.fsf@Gertrud.fritz.box> <83fvdd612c.fsf@gnu.org> <546EF69B.20303@gmx.at> <83mw7k53e5.fsf@gnu.org> <546F12F8.3080708@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1416566469 17176 80.91.229.3 (21 Nov 2014 10:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2014 10:41:09 +0000 (UTC) Cc: Stromeko@nexgo.de, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 11:41:02 2014 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 1Xrle9-000165-ST for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 11:41:02 +0100 Original-Received: from localhost ([::1]:39912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrle9-0007fv-Cp for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 05:41:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrldd-0007fC-Nf for emacs-devel@gnu.org; Fri, 21 Nov 2014 05:40:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrldY-0001Nn-0B for emacs-devel@gnu.org; Fri, 21 Nov 2014 05:40:29 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:58448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrldX-0001NI-OW for emacs-devel@gnu.org; Fri, 21 Nov 2014 05:40:23 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NFD00900X6AXL00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 21 Nov 2014 12:40:22 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFD009TOXNAX020@a-mtaout21.012.net.il>; Fri, 21 Nov 2014 12:40:22 +0200 (IST) In-reply-to: <546F12F8.3080708@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 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:177936 Archived-At: > Date: Fri, 21 Nov 2014 11:24:56 +0100 > From: martin rudalics > CC: Stromeko@nexgo.de, emacs-devel@gnu.org > > > Are you using "make -jN"? If not, I highly recommend trying that. On > > a Core i7 system, "make -j6" (if you have XP) or "make -j8" (Windows 7 > > and later) can work wonders on your build time. > > I can try that next time. But my last bootstrap before the git switch > was a couple of months ago, so I doubt it would matter much. "make -j" speeds up normal builds as well. > > What kind of CPU do you have there? > > Windows XP here runs on a 1.80GHz Pentium Dual CPU. Then I'd suggest "make -j2", and expect that to slash the times by a factor of 2.