emacs-devel
[Top][All Lists]
Advanced

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

Re: Dumper problems and a possible solutions


From: Stefan Monnier
Subject: Re: Dumper problems and a possible solutions
Date: Wed, 25 Jun 2014 16:11:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> But I still don't understand how you get to 400MB.  It's not that we
> allocate hundreds of those 700K tables for charsets.  Do you have an
> explanation for this?

Probably that when the GC collects some space and passes it to `free'
that space gets "lost" since his `free' is a no-op.
Maybe a quick fix is to tell GC not to free any blocks that it could
free, and instead keep them in its pool of blocks ready for re-use.


        Stefan



reply via email to

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