lua-alchemy / lua-alchemy

Port of the Lua programming language for ActionScript using Alchemy (No longer supported)
http://code.google.com/p/lua-alchemy/
Other
167 stars 31 forks source link

Cache pkgobj values #94

Open agladysh opened 9 years ago

agladysh commented 9 years ago

Original issue 86 created by lua-alchemy on 2009-01-14T21:01:55.000Z:

Since namespaces and classes are supposed to be static, cache as3.newclass2() results, as well as intermediate pkgobj proxy objects.

agladysh commented 9 years ago

Comment #1 originally posted by lua-alchemy on 2009-01-14T21:20:17.000Z:

Note that cache probably should not consider pkgobject kind (CLASS vs. NAMESPACE)