[RFC] C++ vs forced unwinding

Fergus Henderson fjh@cs.mu.OZ.AU
Wed Apr 9 18:24:00 GMT 2003


On 09-Apr-2003, Jason Merrill <jason@redhat.com> wrote:
> what if we call a cancellation point from within an exception cleanup?

One possible solution is to just delay thread cancellation until after
cleanups are complete, i.e ignore cancellation points that occur during
cleanups.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.



More information about the Gcc-patches mailing list