emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109187: Adjust consing_since_gc


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109187: Adjust consing_since_gc when objects are explicitly freed.
Date: Mon, 23 Jul 2012 06:06:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

>>> +   (free_cons, free_misc): Subtract object size from consing_since_gc.
>> Why bother?
> IMHO, mostly because consing_since_gc means "total size of new objects which
> are managed by GC". If we manage some of them by hand, we shouldn't allow GC
> to overestimate an amount of work to be done.

So, it's only for theoretical reasons?
If so, I'd rather we don't bother.


        Stefan



reply via email to

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