gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9449: Added abc_function class f


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9449: Added abc_function class for functions defined in ABC blocks.
Date: Sun, 10 Aug 2008 20:25:24 +0200

On Sun, Aug 10, 2008 at 11:45:26PM +0800, Tom Stellard wrote:

> +#ifdef GNASH_USE_GC
> +void
> +abc_function::markReachableResources() const
> +{
> +     
> +}
> +#endif // GNASH_USE_GC

If abs_function needs nothing special to keep
alive, just don't override that method.
Otherwise, mark any extra and finally call
markAsFunctionReachable() which will mark
general as_function stuff.

--strk;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]