bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#960: 23.0.60; excess consing


From: Juanma Barranquero
Subject: bug#960: 23.0.60; excess consing
Date: Thu, 11 Sep 2008 14:25:53 +0200

On Thu, Sep 11, 2008 at 13:03, Richard M. Stallman <rms@gnu.org> wrote:

>    (defun gc-info ()
>      (interactive)
>      (message "C=%s S=%s(%s) V=%s SYM=%s MISC=%s INT=%s"

> Just typing M-* repeatedly I see that cons-cells-consed increases by
> about 130, and string-chars-consed increases by around 160.  This seems
> unreasonably much, for running a command that does no consing itself.

`message' calls `format', which calls `copy-sequence'... Isn't that a
source of consing?

 Juanma






reply via email to

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