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: RMAIL slows Date: Tue, 22 Mar 2005 08:56:56 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111500325 11423 80.91.229.2 (22 Mar 2005 14:05:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2005 14:05:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 22 15:05:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDk0G-0008E6-J1 for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 15:05:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDkHZ-00035n-Jm for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2005 09:22:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDkFC-0001m0-G1 for emacs-devel@gnu.org; Tue, 22 Mar 2005 09:20:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDkF4-0001jp-Js for emacs-devel@gnu.org; Tue, 22 Mar 2005 09:20:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDkF2-0001dV-AN for emacs-devel@gnu.org; Tue, 22 Mar 2005 09:20:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDjsP-00074n-Dm for emacs-devel@gnu.org; Tue, 22 Mar 2005 08:56:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DDjsO-0006Y1-Rj; Tue, 22 Mar 2005 08:56:56 -0500 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:34961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34961 The primitive that appears in the backtraces from the older instance, but not the newer is re_match_2_internal which is in emacs/src/regex.c. That 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.