emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Files not under VC (e.g. ~/.newsrc) load/save excessively slow


From: Stefan Monnier
Subject: Re: Files not under VC (e.g. ~/.newsrc) load/save excessively slow
Date: Fri, 22 Jul 2005 17:44:44 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> The file-exists-p step for the arch VC mode was the first which was 
> excessively slow,
> and produced the following *Backtrace*:

With a file name like "/eng/eng10/ascott/.newsrc" there should be about 10
calls to file-exists-p (total), so it's very odd that it should take 18
seconds to complete those calls.  Can you try and figure out how much time
is taken by each call to file-exists-p and then try to figure out why some
of them would take an inordinate amount of time?


        Stefan




reply via email to

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