[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w32/w64 Emacs and gmalloc()
From: |
Eli Zaretskii |
Subject: |
Re: w32/w64 Emacs and gmalloc() |
Date: |
Sat, 01 Mar 2014 20:08:15 +0200 |
> From: Fabrice Popineau <address@hidden>
> Date: Sat, 1 Mar 2014 17:00:18 +0100
> Cc: Eli Zaretskii <address@hidden>, Emacs developers <address@hidden>
>
> Only a couple (actualy 5 or 6 at most) of them occur, except during the
> loading of charset maps.
> While loading charset maps, big vectors are allocated and freed right away
> many times.
>
> What I'm saying is that basically, all those big chunks could be made
> static.
Are you talking about the big chunks used for charset maps, or about
the rest of them? If the latter, what are they used for? Which code
causes them to be allocated?
- Re: w32/w64 Emacs and gmalloc(), Eli Zaretskii, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Eli Zaretskii, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Stefan Monnier, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Fabrice Popineau, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(),
Eli Zaretskii <=
- Re: w32/w64 Emacs and gmalloc(), Fabrice Popineau, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Eli Zaretskii, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Eli Zaretskii, 2014/03/01
- Re: w32/w64 Emacs and gmalloc(), Stefan Monnier, 2014/03/03
- Re: w32/w64 Emacs and gmalloc(), Eli Zaretskii, 2014/03/03