all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6185: big array in bidi.c
@ 2010-05-13 16:58 Dan Nicolaescu
  2010-05-19 16:41 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2010-05-13 16:58 UTC (permalink / raw)
  To: 6185


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.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6185: big array in bidi.c
  2010-05-13 16:58 bug#6185: big array in bidi.c Dan Nicolaescu
@ 2010-05-19 16:41 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2010-05-19 16:41 UTC (permalink / raw)
  To: 6185-done

> From: Dan Nicolaescu <dann@gnu.org>
> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-19 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 16:58 bug#6185: big array in bidi.c Dan Nicolaescu
2010-05-19 16:41 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.