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: Lennart Borgman
Subject: Re: Emacs 23.0 is much slower starting than Emacs 22.3
Date: Fri, 24 Oct 2008 01:54:06 +0200

On Fri, Oct 24, 2008 at 1:12 AM, Lennart Borgman
<address@hidden> wrote:
> In `after-find-file' (which is
> called at the end of `find-file-noselect-1') there are some calls to
> `file-attributes'. Are they perhaps involved?

There is also a call to `file-modes'. I did some further tests:

  Timing insert-file-contents-literally:
  Elapsed time: 8.375000s (0.187000s in 1 GCs)
  Timing insert-file-contents:
  Elapsed time: 14.297000s (0.312000s in 2 GCs)
  Timing file-attributes:
  Elapsed time: 5.890000s (0.156000s in 1 GCs)
  Timing file-exists-p:
  Elapsed time: 6.672000s (0.125000s in 1 GCs)
  Timing file-modes:
  Elapsed time: 5.609000s (0.188000s in 1 GCs)




reply via email to

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