Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.11.0
-
desktop mobile
Description
When no factory (or defaultFactory) is provided a new function is created when matching styles (addFactoryAndOverrideStylesToProtoChain, addStyleToProtoChain, applyFilter).
This is a major source of unneeded memory allocations (== GC)
The patch re-use a single function as the prototype is always reseted
This should be reviewed by an actionscript ninja