* 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
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.