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: Wed, 28 May 2008 12:21:57 +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 Tue, 27 May 2008 19:15:21 -0700 (PDT), Jashy <address@hidden> said:

> Seemly the patch does not enter into current emacs CVS.

> I just tried the patch on Cygwin with current emacs CVS, PASS.


> Angelo Graziosi-2 wrote:
>> 
>> ========================================================
>> --- sheap.c.orig     2008-01-08 21:44:26.000000000 +0100
>> +++ sheap.c  2008-02-04 21:37:57.234375000 +0100
>> @@ -26,7 +26,11 @@
>> 
>> #include <unistd.h>
>> 
>> -#define STATIC_HEAP_SIZE    (12 * 1024 * 1024)
>> +#ifdef CYGWIN
>> +  #define STATIC_HEAP_SIZE  (32 * 1024 * 1024)
>> +#else
>> +  #define STATIC_HEAP_SIZE  (12 * 1024 * 1024)
>> +#endif
>> 
>> int debug_sheap = 0;
>> ========================================================
>> 

In relation to the recent "Problems preloading x-win.el" thread, the
requirement for the final dump is not that big (12486816 bytes)
according to:

  http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00295.html
  http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00360.html

Only bootstrapping stage requires more room (27297952 bytes) according
to:

  http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00362.html

Could someone check how much sheap size is required if x-win.el (or
some counterparts in the compilation on Cygwin) is not preloaded at
the *bootstrapping stage* ?

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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