From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: RMAIL slows Date: Tue, 22 Mar 2005 13:55:53 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111517964 11845 80.91.229.2 (22 Mar 2005 18:59:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2005 18:59:24 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 22 19:59:23 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDob3-0004Ke-GU for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 19:59:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDosP-0005N5-2L for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 14:17:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDosB-0005La-H1 for emacs-devel@gnu.org; Tue, 22 Mar 2005 14:17:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDos6-0005JR-ND for emacs-devel@gnu.org; Tue, 22 Mar 2005 14:17:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDos6-0005JO-Jh for emacs-devel@gnu.org; Tue, 22 Mar 2005 14:16:58 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDoXl-0006lx-Cn; Tue, 22 Mar 2005 13:55:57 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 1F73B34000C; Tue, 22 Mar 2005 13:55:57 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id A93754AC241; Tue, 22 Mar 2005 13:55:53 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 910BA1165C1; Tue, 22 Mar 2005 13:55:53 -0500 (EST) Original-To: bob@rattlesnake.com In-Reply-To: (Robert J. Chassell's message of "Tue, 22 Mar 2005 15:42:34 +0000 (UTC)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.823, requis 5, autolearn=not spam, AWL 0.08, BAYES_00 -4.90) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34982 > re_match_2_internal > ... is the inner function that does regexp matching. Could you > please show a backtrace of the inner 5 or 10 C stack frames that call > it? Then we will see which C primitive was called. > Also, by looking at the args to that C primitive, you can see > what the regexp is. > Is this what you mean? Check emacs/etc/DEBUG for more info about what to do, Stefan