emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: YAMAMOTO Mitsuharu
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
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 28 May 2008 06:16:43 -0700 (PDT), Jashy <address@hidden> said:

> 23M failed.

>>>>> On Wed, 28 May 2008 19:21:10 +0200, Angelo Graziosi <address@hidden> 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
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]