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: PURESIZE increased (again) Date: Sun, 16 Apr 2006 10:07:59 +0300 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145171309 14995 80.91.229.2 (16 Apr 2006 07:08:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Apr 2006 07:08:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 16 09:08:27 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 1FV1Mv-0003cN-7f for ged-emacs-devel@m.gmane.org; Sun, 16 Apr 2006 09:08:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FV1Mu-0000dk-Lm for ged-emacs-devel@m.gmane.org; Sun, 16 Apr 2006 03:08:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FV1Mg-0000d2-Ih for emacs-devel@gnu.org; Sun, 16 Apr 2006 03:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FV1Me-0000b0-9m for emacs-devel@gnu.org; Sun, 16 Apr 2006 03:08:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FV1Md-0000an-TH for emacs-devel@gnu.org; Sun, 16 Apr 2006 03:08:07 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FV1N1-0000MQ-03 for emacs-devel@gnu.org; Sun, 16 Apr 2006 03:08:31 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-209-130.inter.net.il [83.130.209.130]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DDL18420 (AUTH halo1); Sun, 16 Apr 2006 10:07:58 +0300 (IDT) Original-To: Romain Francoise 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:52915 Archived-At: Romain, could you please tell why you increased BASE_PURESIZE by another 10,000? I don't see any relevant discussions in emacs-devel archives lately. Judging by "cvs log", BASE_PURESIZE went up by 100,000 since last October, whereas before that it kept its value for 2 years without any changes. Perhaps we should consider each such change more carefully. FWIW, I've just built a w32 port, and it told me that it used up 1216152 pure bytes, so BASE_PURESIZE of 1210000 sounds _way_ too much (since src/s/ms-w32.h defines 137500 bytes of SYSTEM_PURESIZE_EXTRA).