From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Implementing Eclipse's "organize-imports" in Emacs Lisp Date: Mon, 28 Jan 2008 16:32:23 -0500 Message-ID: References: <479DC5FD.50904@pajato.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1201556056 11051 80.91.229.12 (28 Jan 2008 21:34:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 21:34:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Michael Reilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 28 22:34:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JJbch-0003Iy-VY for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 22:34:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJbcH-0006SQ-4k for ged-emacs-devel@m.gmane.org; Mon, 28 Jan 2008 16:34:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJbac-0005gY-9n for emacs-devel@gnu.org; Mon, 28 Jan 2008 16:32:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJbaa-0005fo-PL for emacs-devel@gnu.org; Mon, 28 Jan 2008 16:32:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJbaa-0005fj-Im for emacs-devel@gnu.org; Mon, 28 Jan 2008 16:32:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJbaa-0007au-BT for emacs-devel@gnu.org; Mon, 28 Jan 2008 16:32:24 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JJbaZ-0003UL-Tx; Mon, 28 Jan 2008 16:32:23 -0500 In-reply-to: <479DC5FD.50904@pajato.com> (message from Paul Michael Reilly on Mon, 28 Jan 2008 07:09:33 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87729 Archived-At: > 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.