Adobe introduced a special method to trigger immediate garbage collection for XML docs:
disposeXML(node:XML):void [static] Makes the specified XML object immediately available for garbage collection. It's recommended to use that on mobile devices if you are not using XML datasets any more. Is that already implemented in the LFC?
