emacs-devel
[Top][All Lists]
Advanced

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

Re: size of emacs executable after unicode merge (Cygwin)


From: Angelo Graziosi
Subject: Re: size of emacs executable after unicode merge (Cygwin)
Date: Thu, 27 Nov 2008 17:50:10 +0100
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

After the unicode branch merged to trunk on Feb. 2008, to bootstrap
Emacs-23 on Cygwin we needed this change in src/sheap.c

-#define STATIC_HEAP_SIZE (12 * 1024 * 1024)
+#define STATIC_HEAP_SIZE (25 * 1024 * 1024)


This morning, after a new checkout from CVS and a new bootstrap, we need
not any more the above change! Indeed, removing it, the bootstrap
log shows:

[...]
Static heap usage: 12120312 of 12582912 bytes
[...]
Static heap usage: 6549752 of 12582912 bytes

and task-manager shows that now Emacs takes about 10MB less (from 44MB
to 34MB!).

Thanks to ALL of you, mainly I think, to Handa San!

Cheers,
   Angelo.




reply via email to

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