From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: bootstrap compiles C files twice Date: Tue, 03 Jun 2008 20:14:44 -0700 Message-ID: <200806040314.m543EiDm026761@sallyv1.ics.uci.edu> References: <4844F8E0.9080701@gnu.org> <200806032052.m53KqYWP001124@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212549411 26294 80.91.229.12 (4 Jun 2008 03:16:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 03:16:51 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org, jasonr@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 05:17:32 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 1K3jVC-0002iD-7N for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 05:17:30 +0200 Original-Received: from localhost ([127.0.0.1]:48320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3jUP-0005NS-To for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 23:16:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3jUM-0005NN-KC for emacs-devel@gnu.org; Tue, 03 Jun 2008 23:16:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3jUM-0005NB-5X for emacs-devel@gnu.org; Tue, 03 Jun 2008 23:16:38 -0400 Original-Received: from [199.232.76.173] (port=57747 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3jUL-0005N8-Ss for emacs-devel@gnu.org; Tue, 03 Jun 2008 23:16:37 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:57790) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1K3jU9-00073s-5x; Tue, 03 Jun 2008 23:16:25 -0400 X-ICS-MailScanner-Watermark: 1213154088.25793@hjdpftdMYfaFRebVli7UBA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m543EiDm026761; Tue, 3 Jun 2008 20:14:44 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Wed, 04 Jun 2008 06:06:11 +0300") Original-Lines: 25 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:98354 Archived-At: Eli Zaretskii writes: > > From: Dan Nicolaescu > > Cc: Glenn Morris , emacs-devel@gnu.org, jasonr@gnu.org > > Date: Tue, 03 Jun 2008 13:52:34 -0700 > > > > > See my remarks above about overflowing the pure storage while building > > > bootstrap-emacs. > > > > Is that an issue? We don't seem to be even close to that, at least on a > > GNU/Linux x86 machine: > > > > [snip] > > ((286525 . 10109) (13904 . 2) (653 . 157) 2024114 1310655 (105 . 2) (24 . 49) (30703 . 11822)) > > Finding pointers to doc strings... > > Finding pointers to doc strings...done > > Finding pointers to doc strings...done > > 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? There's usually a message when that occurs. But after adding * 10 to PURESIZE exactly the same number is printed. So no overflow.