From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11657: 24.1.50; Byte compiler is a lot slower now, when run interpreted Date: Fri, 22 Jun 2012 21:33:44 +0300 Message-ID: <831ul7ci2f.fsf@gnu.org> References: <83pq98u3h8.fsf@gnu.org> <83y5nvswfs.fsf@gnu.org> <83y5ntzt5v.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1340390075 3420 80.91.229.3 (22 Jun 2012 18:34:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 18:34:35 +0000 (UTC) Cc: 11657@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 22 20:34:34 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Si8ge-0006Pp-4F for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 20:34:28 +0200 Original-Received: from localhost ([::1]:52731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si8ge-0003l9-2N for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Jun 2012 14:34:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si8ga-0003kr-Py for bug-gnu-emacs@gnu.org; Fri, 22 Jun 2012 14:34:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si8gZ-0007LT-6c for bug-gnu-emacs@gnu.org; Fri, 22 Jun 2012 14:34:24 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si8gZ-0007LP-3O for bug-gnu-emacs@gnu.org; Fri, 22 Jun 2012 14:34:23 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Si8k5-0006Y8-Nq for bug-gnu-emacs@gnu.org; Fri, 22 Jun 2012 14:38:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Jun 2012 18:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11657 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11657-submit@debbugs.gnu.org id=B11657.134039025725142 (code B ref 11657); Fri, 22 Jun 2012 18:38:01 +0000 Original-Received: (at 11657) by debbugs.gnu.org; 22 Jun 2012 18:37:37 +0000 Original-Received: from localhost ([127.0.0.1]:53163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Si8jg-0006XS-NT for submit@debbugs.gnu.org; Fri, 22 Jun 2012 14:37:37 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:57657) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Si8jd-0006XK-QP for 11657@debbugs.gnu.org; Fri, 22 Jun 2012 14:37:35 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M6100H0079V9F00@a-mtaout22.012.net.il> for 11657@debbugs.gnu.org; Fri, 22 Jun 2012 21:33:43 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M6100HPS7K6AN00@a-mtaout22.012.net.il>; Fri, 22 Jun 2012 21:33:43 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61190 Archived-At: > From: Stefan Monnier > Cc: 11657@debbugs.gnu.org > Date: Wed, 20 Jun 2012 12:33:06 -0400 > > > I think I see another cause for slowdown: macroexp now ends up preloaded > > in bootstrap-emacs, so byte-compiling it from COMPILE_FIRST is > > ineffective (BTW, we can remove subr.el from makefile-w32.in's > > COMPILE_FIRST, since it's useless there). > > Do you still see the much slower compilation with bootstrap-emacs? > I guess you do, if so, please try the patch below and tell me if it > helps, I see you already installed this. With the current trunk, the byte compiler in bootstrap-emacs returned to its previous speed, i.e. compiling org.el takes about 2.2 sec. Thanks, I think this bug report can be closed now.