emacs-devel
[Top][All Lists]
Advanced

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

Re: Implementing Eclipse's "organize-imports" in Emacs Lisp


From: Richard Stallman
Subject: Re: Implementing Eclipse's "organize-imports" in Emacs Lisp
Date: Mon, 28 Jan 2008 16:32:23 -0500

    > What causes the "startup overhead"?  Is it loading a large analysis
    > program?  Is it parsing and analyzing your program?

    Yes, it is a parsing and analysis program.

We are failing to communicate.

My question was: what takes the time?
Is it LOADING and STARTING the analysis program?
Or is it the OPERATION of analyzing your source?

This question might be significant, since we could make
the program store the results of its analysis.




reply via email to

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