all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: rms@gnu.org, 960@emacsbugs.donarmstrong.com
Subject: bug#960: 23.0.60; excess consing
Date: Thu, 11 Sep 2008 14:25:53 +0200	[thread overview]
Message-ID: <f7ccd24b0809110525g675363a9s518b3e0b83ad087a@mail.gmail.com> (raw)
In-Reply-To: <E1KdjxX-0000d0-4s@fencepost.gnu.org>

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	other threads:[~2008-09-11 12:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-11 11:03 bug#960: 23.0.60; excess consing Richard M. Stallman
2008-09-11 12:25 ` Juanma Barranquero [this message]
2008-09-12  8:52   ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0809110525g675363a9s518b3e0b83ad087a@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=960@emacsbugs.donarmstrong.com \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.