emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.0 is much slower starting than Emacs 22.3


From: Stefan Monnier
Subject: Re: Emacs 23.0 is much slower starting than Emacs 22.3
Date: Fri, 24 Oct 2008 00:13:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Most of the latter is in "hack-project-variables", and most of /that/ is
> "project-find-settings-file", and most of that is the
> "locate-dominating-file" walk.

locate-dominating-file (or rather some equivalent code) is also used in
VC to detect the revision control system used for the file.
It's actually used 5 times there (once each for Bzr Git Hg Mtn Arch), so
are you sure only the one in project-find-settings-file costs us
the slowdown?  If so, it's probably just because it's the first one run
and the others benefit from the OS's cache.


        Stefan




reply via email to

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