Re: [c++-pthreads] What are the real issues?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [c++-pthreads] What are the real issues?
- To: "'c++-pthreads@xxxxxxxxxxxxxxxx'" <c++-pthreads@xxxxxxxxxxxxxxxx>
- Subject: Re: [c++-pthreads] What are the real issues?
- From: Richard Henderson <rth@xxxxxxxxxx>
- Date: Wed, 7 Jan 2004 01:57:58 -0800
On Tue, Jan 06, 2004 at 02:48:13PM -0800, Nathan Myers wrote:
> This is an example of proposed semantics (fortunately vetoed) that
> would have corrupted the process state, making the unwind pointless.
Only with stupid C++ users using catch-all when they should have been
using destructors in the first place. But that's another debate.
r~