From: Dmitry Gutov <dmitry@gutov.dev>
To: Sean Whitton <spwhitton@spwhitton.name>,
Spencer Baugh <sbaugh@janestreet.com>
Cc: 74243@debbugs.gnu.org
Subject: bug#74243: [PATCH] Speed up vc-hg-state by treating ignored files as unregistered
Date: Wed, 27 Nov 2024 01:26:26 +0200 [thread overview]
Message-ID: <802729a0-6937-48a7-9ce5-bd81e8548877@gutov.dev> (raw)
In-Reply-To: <87r06ytosi.fsf@melete.silentflame.com>
Hi, just to interject a little.
On 26/11/2024 09:52, Sean Whitton wrote:
> (I think there's a mistake here: an ignored file is not a file "under
> version control", so `unregistered' should say "not under version
> control and not ignored". Would you agree?)
>
> Thanks for pointing out the involvement of find-file-hook and
> after-save-hook. The problem you describe is not at all Hg-specific:
> vc-state gets called in a context where speed matters, but it's also the
> primary entry point for any code that wants to know the state of a file,
> some of which might care more about accuracy than speed.
>
> To put it another way, the code assumes throughout that finding out the
> file state will always be fast. But it also assumes the information is
> accurate if present. This makes me queasy about your original patch.
> It does not seem wise to return something we don't know to be true only
> on the basis that it all works out fine for now.
This FR reminds me of a similar change in vc-git-state that we ended up
installing in bug#11757 (in 2012). Then stayed with it until 2017 when
bug#19343 was filed and fixed (provided a recent enough Git is used) -
see also the problem scenario described there.
So it seems both a reasonable change and ultimately not ideal. Depending
on how many users we think might be affected by performance here.
> The 'nil' return value might provide us with a way out, however.
> Could we add an optional argument to vc-state that means "just return
> nil if finding out the state properly might be slow"?
> Could we make vc-after-save and the relevant find-file-hook entry pass
> that option through, and do something sensible with a nil return value?
>
> If they get nil, they would clear out the saved property, and possibly
> update the mode line display to "????" or something. Maybe we'd want a
> user option (that could go in your large repo's .dir-locals.el, so it's
> set-and-forget) to opt-in to not knowing the file state as often.
A user option seems like an easier choice.
Solutions that clear cache under some conditions or other tend to be
more complex, and slow down at least some combined scenarios (e.g. one
of my use cases is saving the buffer and having diff-hl-mode use its vc
state from after-save-hook).
next prev parent reply other threads:[~2024-11-26 23:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 17:41 bug#74243: [PATCH] Speed up vc-hg-state by treating ignored files as unregistered Spencer Baugh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-17 1:03 ` Sean Whitton
[not found] ` <ierttc3z71g.fsf@janestreet.com>
2024-11-26 7:52 ` Sean Whitton
2024-11-26 23:26 ` Dmitry Gutov [this message]
2024-11-26 23:32 ` Spencer Baugh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-27 0:18 ` Dmitry Gutov
2024-11-29 8:17 ` Sean Whitton
2024-11-29 12:43 ` Spencer Baugh via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-29 23:45 ` Sean Whitton
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=802729a0-6937-48a7-9ce5-bd81e8548877@gutov.dev \
--to=dmitry@gutov.dev \
--cc=74243@debbugs.gnu.org \
--cc=sbaugh@janestreet.com \
--cc=spwhitton@spwhitton.name \
/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.