You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using flash.utils.describeType to describe a large class can be improved
if the results are cached for later use. Borrowing from the Flex SDK, usage of
DescribeTypeCache and DescribeTypeCacheRecord (minus the Flex SDK
dependencies) can improved performance.
Original issue reported on code.google.com by pete...@gmail.com on 19 Feb 2010 at 9:45
Hi, we have no need to cache the describeType result since it is only used once
for each Type that is created. The Type instances themselves get cached, so for
each call to Type.forInstance()/forName()/forClass() there's only one call to
describeType().
Original comment by ihatelivelyids on 10 Nov 2010 at 9:16
Original issue reported on code.google.com by
pete...@gmail.com
on 19 Feb 2010 at 9:45Attachments:
The text was updated successfully, but these errors were encountered: