From: Drew Adams <drew.adams@oracle.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 14786@debbugs.gnu.org
Subject: bug#14786: 24.3.50; `field-end' is now very slow
Date: Fri, 5 Jul 2013 10:06:41 -0700 (PDT) [thread overview]
Message-ID: <e5457a6f-1e4f-4717-ac71-124a102c74db@default> (raw)
In-Reply-To: <<8338rtyp0y.fsf@gnu.org>>
> > The result appears after a few seconds (I'm guessing about 4 sec
> > in the directory I used).
> >
> > Do the same thing in previous Emacs versions (including as recent
> > as 24.3, at least), and the result appears immediately.
>
> Not exactly immediately, but approximately 4 to 5 times faster.
OK. I was describing the user experience. Less than a second is
quick enough for a large Dired buffer. Four seconds it not.
> The problem is that dired-details floods the Dired buffer with
> overlays. When there are so many overlays, searching for an end of
> a non-existent property takes a lot of time, because Emacs needs to
> examine every overlay in the buffer.
OK.
> What happened between Emacs 24.3 and the current trunk is that the
> call GET_OVERLAYS_AT (XINT (position), overlay_vec, noverlays, NULL, 0);
> in get_char_property_and_overlay got roughly 4 to 5 times slower. I
> don't know why this slowdown happened, but it just moved the time
> needed by field-end from below the annoyance threshold to well above
> it.
I agree with your characterization in the last phrase.
> If someone can find out why GET_OVERLAYS_AT is now slower, we could
> see if that could be fixed. But it's quite possible that the change
> which caused that fixed some bug that we don't want to re-introduce.
> In any case, I think having so many overlays in a buffer is asking for
> trouble.
Agreed, in general. Emacs does make heavy use of overlays here and
there, and I don't see that possibility disappearing. I hope this bug
(performance regression) can be fixed. It is not particular to
dired-details.el, though that is one place that it can easily be
noticed.
For my info: When such a code change is made, is there no log of the
reason behind the change? If it was to fix a bug, for instance,
wouldn't that bug # be noted?
next parent reply other threads:[~2013-07-05 17:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <<029969a6-cd0e-45c9-b778-57b5daf98c2a@default>
[not found] ` <<8338rtyp0y.fsf@gnu.org>
2013-07-05 17:06 ` Drew Adams [this message]
2013-07-05 18:33 ` bug#14786: 24.3.50; `field-end' is now very slow Eli Zaretskii
[not found] <<82afc751-3de7-4315-833d-fa6c9ab9378a@default>
[not found] ` <<83sizuz791.fsf@gnu.org>
2013-07-04 20:57 ` Drew Adams
2013-07-05 16:01 ` Eli Zaretskii
2021-12-04 3:45 ` Lars Ingebrigtsen
2013-07-04 5:34 Drew Adams
2013-07-04 15:15 ` Eli Zaretskii
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=e5457a6f-1e4f-4717-ac71-124a102c74db@default \
--to=drew.adams@oracle.com \
--cc=14786@debbugs.gnu.org \
--cc=eliz@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.