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: bootstrap compiles C files twice Date: Wed, 04 Jun 2008 21:50:22 +0300 Message-ID: References: <4844F8E0.9080701@gnu.org> <200806032052.m53KqYWP001124@sallyv1.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1212605520 22761 80.91.229.12 (4 Jun 2008 18:52:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 18:52:00 +0000 (UTC) Cc: rgm@gnu.org, dann@ics.uci.edu, emacs-devel@gnu.org, jasonr@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 20:52:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3y60-00070S-U9 for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 20:52:29 +0200 Original-Received: from localhost ([127.0.0.1]:57599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3y5E-0006oo-FR for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 14:51:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3y59-0006mI-1l for emacs-devel@gnu.org; Wed, 04 Jun 2008 14:51:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3y58-0006ky-9t for emacs-devel@gnu.org; Wed, 04 Jun 2008 14:51:34 -0400 Original-Received: from [199.232.76.173] (port=56824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3y58-0006kj-3c for emacs-devel@gnu.org; Wed, 04 Jun 2008 14:51:34 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:8605) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3y4y-00066X-CU; Wed, 04 Jun 2008 14:51:24 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.2.23]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K1Y00ESLD0S1ZA0@i-mtaout1.012.net.il>; Wed, 04 Jun 2008 22:05:17 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98415 Archived-At: > From: Stefan Monnier > Cc: Dan Nicolaescu , rgm@gnu.org, jasonr@gnu.org, > emacs-devel@gnu.org > Date: Tue, 03 Jun 2008 23:57:48 -0400 > > >> Dumping under names emacs and emacs-23.0.60 > >> 71704 pure bytes used > >> ^^^^^ > > > Isn't this small number a clear sign of pure space overflow? > > I think it's a sign that loadup.el does > > (if (or (equal (nth 3 command-line-args) "bootstrap") > [...] > ;; We'll probably overflow the pure space. > (setq purify-flag nil) Yes, exactly.