emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#6185: closed (big array in bidi.c)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6185: closed (big array in bidi.c)
Date: Wed, 19 May 2010 16:42:02 +0000

Your message dated Wed, 19 May 2010 19:41:08 +0300
with message-id <address@hidden>
and subject line Re: bug#6185: big array in bidi.c
has caused the GNU bug report #6185,
regarding big array in bidi.c
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6185: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6185
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: big array in bidi.c Date: Thu, 13 May 2010 12:58:38 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
bidi.c contains a 600KB uninitialized array, this increases the emacs
image on disk by that amount, which should make for a slower startup.

It would be better if that array was malloced.




--- End Message ---
--- Begin Message --- Subject: Re: bug#6185: big array in bidi.c Date: Wed, 19 May 2010 19:41:08 +0300
> From: Dan Nicolaescu <address@hidden>
> Date: Thu, 13 May 2010 12:58:38 -0400
> 
> bidi.c contains a 600KB uninitialized array, this increases the emacs
> image on disk by that amount, which should make for a slower startup.
> 
> It would be better if that array was malloced.

Fixed in revno 100282.


--- End Message ---

reply via email to

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