From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs digest, Vol 1 #508 - 12 msgs Date: Mon, 25 Mar 2002 11:29:04 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200203251629.g2PGT4s13115@rum.cs.yale.edu> References: <3099-Sat23Mar2002115331+0200-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017075366 29240 127.0.0.1 (25 Mar 2002 16:56:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2002 16:56:06 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16pXlO-0007bV-00 for ; Mon, 25 Mar 2002 17:56:06 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16pXtU-00018c-00 for ; Mon, 25 Mar 2002 18:04:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pXMt-0007mb-00; Mon, 25 Mar 2002 11:30:47 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16pXLH-0007az-00 for ; Mon, 25 Mar 2002 11:29:07 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g2PGT4s13115; Mon, 25 Mar 2002 11:29:04 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: "Eli Zaretskii" Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2196 > What is the reason for this change in src/Makefile.in? Are you > saying that the default value of PURESIZE is large enough to load > *.el files in source form? > > - /* Build a temacs with a sufficiently large PURESIZE to load the > - Lisp files from loadup.el in source form. */ > - > - bootstrap-temacs: > - LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src" > - Overflowing the pure area is not a problem. It's only a performance issue, which is irrelevant during bootstrap. Check my patch to alloc.c committed around the same time. > Also, is it wise to avoid building DOC during the bootstrap? Are we > sure it will never be used? The DOC file built during bootstrap is not 100% correct and has to be scrapped and rebuilt once we have the elc files. I think it'd be a bug if compiling a .el file requires the DOC file. Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel