[K42-discussion] Cause of cxa_atexit/dso_handle reference
Bryan S Rosenburg
rosnbrg at us.ibm.com
Wed Aug 16 07:25:29 EST 2006
Patrick Bridges wrote on 08/15/2006 05:14:02 PM:
> So, should we just break down and put together simple implemetations
> of cxa_atexit and dso_handle, or should we further limit the kinds of
> things we do in C++ to avoid these problems (i.e., either forbid
> destructors in certain classes or forbid global objects of certain
> types)?
I'm in favor of forbidding global objects of certain types, if we can make
that work. We've tried to avoid global objects in general, and the closer
we can keep to that standard, the better.
Patrick, thanks for looking into this issue so thoroughly.
- Bryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ozlabs.org/pipermail/k42-discussion/attachments/20060815/af45a0eb/attachment.htm
More information about the K42-discussion
mailing list