help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs Slowdown


From: Phillip Lord
Subject: Re: Emacs Slowdown
Date: Thu, 12 Mar 2015 11:36:43 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.90 (gnu/linux)

Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

> - command-execute                                                3996  73%
>  - call-interactively                                            3996  73%
>   - apply                                                        3996  73%
>    - ad-Advice-call-interactively                                3996  73%
>     - #<subr call-interactively>                                 3993  73%
>      - ido-find-file                                             2231  40%
>       - ido-file-internal                                        2231  40%
>        - ido-read-internal                                       2181  39%
>         - apply                                                  2181  39%
>          - ad-Advice-ido-read-internal                           2181  39%
>           + #<compiled 0xce6205>     



Okay, I think that I have chased down the issue here (at least to a
first approximation.

This bit of trace above was what was confusing me, as I couldn't see why
there were so many calls to ido-find-file, or the time taken in
ad-Advice-call-interactively. Actually most of this seems to be coming
from ido-ubiquitous.el which advinces call-interactively. Certainly the
problem goes away without ido-ubiquitous.

I haven't worked out yet whether there is a specific problem with
ubiquitous yet, or whether it really is leaking memory. Or whether, it's
just the nature of the beast.

Phil



reply via email to

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