From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Date: Thu, 29 May 2008 09:38:06 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <47A381C7.3000003@alice.it> <483D0CD8.70801@alice.it> <17509540.post@talk.nabble.com> <17510675.post@talk.nabble.com> <17512441.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1212021512 30133 80.91.229.12 (29 May 2008 00:38:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 00:38:32 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Jashy , Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 02:39:13 2008 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 1K1WAa-0000eW-Lu for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 02:39:04 +0200 Original-Received: from localhost ([127.0.0.1]:40240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1W9p-00011L-7C for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 20:38:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1W9k-00010t-6D for emacs-devel@gnu.org; Wed, 28 May 2008 20:38:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1W9i-00010T-SS for Emacs-devel@gnu.org; Wed, 28 May 2008 20:38:11 -0400 Original-Received: from [199.232.76.173] (port=52431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1W9i-00010N-Me for Emacs-devel@gnu.org; Wed, 28 May 2008 20:38:10 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:61726) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1W9h-0008M3-1N for Emacs-devel@gnu.org; Wed, 28 May 2008 20:38:09 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id C72C22C40; Thu, 29 May 2008 09:38:06 +0900 (JST) In-Reply-To: <17512441.post@talk.nabble.com> <483D9486.4000309@alice.it> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) 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:97937 Archived-At: >>>>> On Wed, 28 May 2008 06:16:43 -0700 (PDT), Jashy said: > 23M failed. >>>>> On Wed, 28 May 2008 19:21:10 +0200, Angelo Graziosi said: >> What happens if you replace >> >> (load "term/x-win") >> >> with >> >> (unless (or (equal (nth 3 command-line-args) "bootstrap") >> (equal (nth 4 command-line-args) "bootstrap")) >> (load "term/x-win")) >> >> (and likewise for "term/w32-win") in lisp/loadup.el? > With the above suggestions, the full bootstrap requests at least 24MB. > The log file of the bootstrap shows that in the first stage it needs 24 MB: > [...] > Finding pointers to doc strings... > Finding pointers to doc strings...done > Dumping under the name emacs > Static heap usage: 25097944 of 25165824 bytes <== > 71662 pure bytes used > mv -f emacs.exe bootstrap-emacs.exe > [...] Thanks again. So, even for the case without preloading *-win.el, 24MB seems to be too tight for the bootstrap stage. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp