From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28401 invoked by alias); 8 May 2003 17:44:06 -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 28394 invoked from network); 8 May 2003 17:44:06 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 8 May 2003 17:44:06 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out1.apple.com (8.12.9/8.12.9) with ESMTP id h48Hi63h021284 for ; Thu, 8 May 2003 10:44:06 -0700 (PDT) Received: from scv3.apple.com (scv3.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 8 May 2003 10:43:52 -0700 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv3.apple.com (8.12.9/8.12.9) with ESMTP id h48Hi4Rq029655; Thu, 8 May 2003 10:44:04 -0700 (PDT) Date: Thu, 08 May 2003 17:44:00 -0000 Subject: Re: __attribute__((cleanup(function)) versus try/finally Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Mark Mitchell , gcc@gcc.gnu.org To: Jason Merrill From: Mike Stump In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00810.txt.bz2 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.