From: "Richard M. Stallman" <rms@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>, 960@emacsbugs.donarmstrong.com
Cc: bug-gnu-emacs@gnu.org
Subject: bug#960: 23.0.60; excess consing
Date: Fri, 12 Sep 2008 04:52:32 -0400 [thread overview]
Message-ID: <E1Ke4OG-0001qf-AG@fencepost.gnu.org> (raw)
In-Reply-To: <f7ccd24b0809110525g675363a9s518b3e0b83ad087a@mail.gmail.com> (lekktu@gmail.com)
`message' calls `format', which calls `copy-sequence'... Isn't that a
source of consing?
That seems to account for most of it. I made another command
that accumulates data in a list, and it showed very little
consing.
This shows that calling `message' does a lot more consing than it
ought to need to do. But this may not be significant for the great
consing-related slowness I see.
prev parent reply other threads:[~2008-09-12 8:52 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
2008-09-12 8:52 ` Richard M. Stallman [this message]
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=E1Ke4OG-0001qf-AG@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=960@emacsbugs.donarmstrong.com \
--cc=bug-gnu-emacs@gnu.org \
--cc=lekktu@gmail.com \
/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.