Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.11.0
-
Mobile (Air ios), Desktop
Description
ResourceManagerImpl loads all the resource bundles in memory at startup (see ResourceManagerImpl#processInfo)
On mobile environnements, it's slow and waste some memory
With this patch, the ResourceManagerImpl loads the resource bundle only when needed.
The patch is probably not production ready, please review thoroughly.