From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14610 invoked by alias); 12 Jan 2005 20:38:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14557 invoked from network); 12 Jan 2005 20:38:28 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 12 Jan 2005 20:38:28 -0000 Received: from zaretski (IGLD-83-130-209-249.inter.net.il [83.130.209.249]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AGP30413 (AUTH halo1); Wed, 12 Jan 2005 22:38:20 +0200 (IST) Date: Wed, 12 Jan 2005 20:38:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4f8e6$Blat.v2.2.2$47a6d960@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41E57768.906@gnu.org> (message from Andrew Cagney on Wed, 12 Jan 2005 14:15:52 -0500) Subject: Re: [commit] Re-implement exceptions.c using a state m/c Reply-to: Eli Zaretskii References: <41E57768.906@gnu.org> X-SW-Source: 2005-01/txt/msg00091.txt.bz2 > Date: Wed, 12 Jan 2005 14:15:52 -0500 > From: Andrew Cagney > > This rewrites the throw / catch code to use a state machine and a linked > list of catchers (instead of stack-local variables). There are no > external interface changes. And thes changes (and the previous ones, which introduced exceptions.[ch]) look to you obvious enough to commit them without discussions or even a request for objections or thoughts?