Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Apache Flex 4.11.0
-
all
Description
ResourceManager#getInstance allocates unneeded memory each time it's called.
it's a tiny allocation but with a lot of calls
it comes from the closure in the catch, the compiler is not smart enought ; the closure is created even if this part of the code is not executed