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: [acm@muc.de: Re: Emacs 22.2 release plans - request for a slight delay.] Date: Sun, 16 Mar 2008 23:09:05 -0400 Message-ID: References: <20080307072737.GA1334@muc.de> <47DD2A9C.70008@gmx.at> <20080316193633.GC1544@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205723393 24472 80.91.229.12 (17 Mar 2008 03:09:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2008 03:09:53 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 17 04:10:21 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 1Jb5jx-0008Fk-6O for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2008 04:10:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jb5jN-0000ca-DN for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2008 23:09:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jb5im-0000MI-Ck for emacs-devel@gnu.org; Sun, 16 Mar 2008 23:09:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jb5ik-0000KS-Ky for emacs-devel@gnu.org; Sun, 16 Mar 2008 23:09:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jb5ik-0000KM-HD for emacs-devel@gnu.org; Sun, 16 Mar 2008 23:09:06 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jb5ik-0002mu-Ha for emacs-devel@gnu.org; Sun, 16 Mar 2008 23:09:06 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoMbAG593UdMCrTo/2dsb2JhbAABpheBCg X-IronPort-AV: E=Sophos;i="4.25,510,1199682000"; d="scan'208";a="16126644" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 16 Mar 2008 23:09:05 -0400 Original-Received: from pastel.home ([76.10.180.232]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id XGA55005; Sun, 16 Mar 2008 23:09:05 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 53EF48F79; Sun, 16 Mar 2008 23:09:05 -0400 (EDT) In-Reply-To: <20080316193633.GC1544@muc.de> (Alan Mackenzie's message of "Sun, 16 Mar 2008 19:36:33 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:92801 Archived-At: > int foo [50] ; > (char *) bar ; > occurring at the outermost nesting level of a file.c is declaring global > variables or is a k&r region declaring function parameters. > I'd welcome suggestions as to how to speed it up, though. I can't see > much alternative to what I've done (put a limit on 20 paren/bracket > pairs in a k&r region) unless I put in a "column 0 heuristic", something > I'd realy rather not do. I'd be happy with a column-0 heuristic ;-) This said, I'll try the new code and see if it's fast enough. Stefan