On Thu, Aug 16, 2007 at 02:23:54PM +0000, Melissa Goldin wrote: > +<sect1 id="spec-memory"> > +<title>Memory Management</title> > + > +<para> > +One of the new features of &app; &appversion; is the garbage collector. The > garbage collector manages complex &AS; variables, which are the only ones > that are shared by references. In &app;, these are > <command>as_object</command> class instances created by &AS; (i.e. not those > created by playhead control: > <command>placeobject</command>/<command>removeobject</command>). > +</para>
I understand this is taken by the wiki, and I did write this, but today the above information is not exact. In fact, character instances, being subclasses of as_object are also managed by the garbage collector. --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
