From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Heap size [Cygwin] Date: Sun, 21 Nov 2010 10:48:03 -0500 Message-ID: <4CE93F33.80904@cornell.edu> References: <4CE85963.6040801@alice.it> <4CE91807.9020903@cornell.edu> <4CE93773.7090003@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290354505 20479 80.91.229.12 (21 Nov 2010 15:48:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 15:48:25 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 21 16:48:21 2010 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.69) (envelope-from ) id 1PKC9M-0004z4-FQ for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 16:48:20 +0100 Original-Received: from localhost ([127.0.0.1]:50139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKC9G-0002P0-GA for ged-emacs-devel@m.gmane.org; Sun, 21 Nov 2010 10:48:14 -0500 Original-Received: from [140.186.70.92] (port=59287 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKC9B-0002Na-5n for emacs-devel@gnu.org; Sun, 21 Nov 2010 10:48:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKC99-0000zA-62 for emacs-devel@gnu.org; Sun, 21 Nov 2010 10:48:09 -0500 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141]:45720 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKC98-0000yr-Fh for emacs-devel@gnu.org; Sun, 21 Nov 2010 10:48:07 -0500 Original-Received: from [192.168.1.4] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id oALFm3sB019694 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 21 Nov 2010 10:48:03 -0500 (EST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <4CE93773.7090003@alice.it> X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:132958 Archived-At: On 11/21/2010 10:14 AM, Angelo Graziosi wrote: > Il 21/11/2010 14.00, Ken Brown ha scritto: >> On 11/20/2010 6:27 PM, Angelo Graziosi wrote: >>> Just out of curiosity, why STATIC_HEAP_SIZE has been increased to 13 MB >>> in src/sheap.c, on trunk? >> >> I've been testing the snapshot for what will be Cygwin 1.7.8, and 12MB >> is not enough for bootstrapping Emacs on that version of Cygwin. I >> thought it would be best to go ahead and increase the heap size, rather >> than wait for people to upgrade to Cygwin 1.7.8 and suddenly find that >> bootstrapping fails. > > Before the release of 1.7.8 the things can change, so it may be > premature increase STATIC_HEAP_SIZE. The Emacs bootstrap should be > conform to current release of Cygwin, I think. OK, I don't feel strongly about it. I've reverted the change. Ken