This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: __attribute__((cleanup(function)) versus try/finally
- From: Jason Merrill <jason at redhat dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 08 May 2003 13:44:45 -0400
- Subject: Re: __attribute__((cleanup(function)) versus try/finally
- References: <A92A3C66-817C-11D7-BD07-003065A77310@apple.com>
On Thu, 8 May 2003 10:44:04 -0700, Mike Stump <mrs@apple.com> 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