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: BASE_PURESIZE Date: Fri, 23 Oct 2009 16:10:47 +0200 Message-ID: <834opqgpzs.fsf@gnu.org> References: <8363a6gytm.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1256307249 9752 80.91.229.12 (23 Oct 2009 14:14:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2009 14:14:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 23 16:14:02 2009 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 1N1Ku0-0000Sq-C6 for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2009 16:14:00 +0200 Original-Received: from localhost ([127.0.0.1]:45121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Kty-0000rB-RF for ged-emacs-devel@m.gmane.org; Fri, 23 Oct 2009 10:13:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1Kts-0000p3-Lr for emacs-devel@gnu.org; Fri, 23 Oct 2009 10:13:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1Ktl-0000mx-2x for emacs-devel@gnu.org; Fri, 23 Oct 2009 10:13:50 -0400 Original-Received: from [199.232.76.173] (port=60912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1Ktk-0000mt-Rl for emacs-devel@gnu.org; Fri, 23 Oct 2009 10:13:44 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:48497) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1Ktk-0007WD-F6 for emacs-devel@gnu.org; Fri, 23 Oct 2009 10:13:44 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KRY00000ZPAGQ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 23 Oct 2009 16:12:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.77.20]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRZ0014J0T64010@a-mtaout22.012.net.il>; Fri, 23 Oct 2009 16:12:43 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: 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:116325 Archived-At: > From: Andreas Schwab > Date: Fri, 23 Oct 2009 13:39:37 +0200 > Cc: emacs-devel@gnu.org > > Eli Zaretskii writes: > > > Isn't the current definition of BASE_PURESIZE too large? > > Fits quite well here (pure_size - pure_bytes_used == 79770). What configuration is that? Anyway, the numerical constant is not supposed to be tuned to the largest user of pure[], that's what SYSTEM_PURESIZE_EXTRA and friends are for. But since Dan says he has changes in the pipe to use that up, I guess that's okay.