emacs-devel
[Top][All Lists]
Advanced

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

Re: Hideously slow VC status queries fixed


From: Stefan Monnier
Subject: Re: Hideously slow VC status queries fixed
Date: Sat, 29 Dec 2007 02:40:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> That will show  1000 calls to vc-bzr-registered, vc-git-registered,
>> vc-arch-registered, vc-svn-registered etc etc.

> That could be sped up by noticing which files would normally be excluded
> by dired and using using that information to set an 'excluded 
> property value.  If dir-state did that, all those calls would be avoided 

Doesn't sound right: under PCL-CVS for example I don't need any such
hack.  I just look at CVS's `update' output and immediately see which
files are "not ignored and not registered".  Many/most backends do that
as well.

So we should add a vc-state "need-register" or somesuch.


        Stefan




reply via email to

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