From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29821 invoked by alias); 8 May 2003 17:45:29 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29806 invoked from network); 8 May 2003 17:45:25 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 8 May 2003 17:45:25 -0000 Received: from prospero.boston.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h48Hj4i29110; Thu, 8 May 2003 13:45:04 -0400 Received: by prospero.boston.redhat.com (Postfix, from userid 4046) id A71EAF8EB7; Thu, 8 May 2003 13:44:45 -0400 (EDT) To: Mike Stump Cc: Mark Mitchell , gcc@gcc.gnu.org Subject: Re: __attribute__((cleanup(function)) versus try/finally From: Jason Merrill In-Reply-To: (Mike Stump's message of "Thu, 8 May 2003 10:44:04 -0700") References: Date: Thu, 08 May 2003 17:45:00 -0000 Message-ID: User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00811.txt.bz2 On Thu, 8 May 2003 10:44:04 -0700, Mike Stump wrote: > On Tuesday, May 6, 2003, at 02:02 PM, Jason Merrill wrote: >> Hmm, I suppose you can assume that $sp is linear. > > One can track discontinuities in an along side data structure at the > discontinuity creation points, and use that to order the comparisons during > throw time, should we want to. Again, this sort of thing sounds like a cure that's worse than the disease. Jason