Profiling my app I observe a fair amount of ChildConstraintInfo objects that consume almost 10% of app memory.
I'd like to understand where these objects come from. Couldn't find anything in Flex help. My assumption is they are created with each V/HBox or Canvas.
Any info is appreciated that would also help me understand how to minimize the amount of these objects.