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 r9454: Added function to locate a


From: Tom Stellard
Subject: Re: [Gnash-commit] /srv/bzr/gnash/avm2 r9454: Added function to locate a class by class name.
Date: Fri, 15 Aug 2008 23:22:26 +0800


>  abc_block::abc_block() : mStringTable(&VM::get().getStringTable())
>  {
>       mCH = VM::get().getClassHierarchy();

We're trying to avoid calls to VM::get() when possible.
Each as_object has a reference to the VM, fetchable with
as_object::getVM (dunno if it's possible for you to get an
handle to an as_object).

 
OK, I'll take a look at it and see if I can figure out a different way to access the VM.

reply via email to

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