On Fri, Jul 06, 2007 at 08:41:32PM -0600, Eric Hughes wrote: > The point he's making is that you can't mix GC and intrusive_ptr semantics > between pointers referencing any given class. Once you put some object > under GC control, all references to it must also be under GC, because > otherwise you end up with the above misbehavior.
Exactly. Thanks for the deeper and cleaner explanation. Whether this is possible with non-intrusive RC models I still didn't think about. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

