From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Re: BASE_PURESIZE Date: Sun, 06 Aug 2006 11:19:23 +0200 Message-ID: References: <17619.65430.612339.318495@kahikatea.snap.net.nz> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154858347 15966 80.91.229.2 (6 Aug 2006 09:59:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Aug 2006 09:59:07 +0000 (UTC) Cc: eliz@gnu.org, nickrob@snap.net.nz, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 06 11:59:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G9fPS-0007oP-5e for ged-emacs-devel@m.gmane.org; Sun, 06 Aug 2006 11:59:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9fPR-0000tL-QV for ged-emacs-devel@m.gmane.org; Sun, 06 Aug 2006 05:59:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G9fPE-0000oz-Qs for emacs-devel@gnu.org; Sun, 06 Aug 2006 05:58:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G9fPC-0000nF-GI for emacs-devel@gnu.org; Sun, 06 Aug 2006 05:58:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9fPC-0000mv-6Z for emacs-devel@gnu.org; Sun, 06 Aug 2006 05:58:46 -0400 Original-Received: from [134.60.1.1] (helo=mail.uni-ulm.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G9fT7-0002cP-Eq; Sun, 06 Aug 2006 06:02:49 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.7/8.13.7) with ESMTP id k769wXlN014350; Sun, 6 Aug 2006 11:58:38 +0200 (MEST) Original-Received: from viandante.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by bridgekeeper.physik.uni-ulm.de (Postfix) with SMTP id 716F811F62; Sun, 6 Aug 2006 11:58:32 +0200 (CEST) Original-Received: (nullmailer pid 18259 invoked by uid 170); Sun, 06 Aug 2006 09:19:23 -0000 Original-To: Richard Stallman X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Followup-To: rms@gnu.org, eliz@gnu.org, nickrob@snap.net.nz, emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Sun, 06 Aug 2006 00:43:53 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-DCC-INFN-TO-Metrics: gemini 1233; Body=4 Fuz1=4 Fuz2=4 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:58144 Archived-At: On Sun, Aug 06 2006, Richard Stallman wrote: > For the 2006-07-29 sources, I need 150000 extra bytes on my SUSE 10.0 > installation: > 1102000 is the default BASE_PURESIZE. During dumping, I get: > 1243908 pure bytes used > > That's more or less what it used before the optimizations. It sounds > like something is wrong, and those optimizations are not working in > your case. That's possible. Until mid of June (some weeks before the optimizations), the default value was sufficient on this machine (Pentium M 1500MHz; gcc (GCC) 4.0.2 20050901 (prerelease); SUSE 10.0). I didn't update the sources often on this host, so I'm not sure when got the overflow the first time. On the other machines, I had to add some extra space at least since April. See the thread "PURESIZE increased (again)" (April-June) . Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/