Another Way to Force the Garbage Collection
Posted: December 20th, 2007 | Author: nuno | Filed under: Actionscript3 |The flash.system.System class in Flex 3 SDK beta 3 has a new gc() static method that forces the garbage collection process (it works for Flash Player debugger version only). Previous to this method the only known way to force the garbage collection was the localConnection hack so this is good news.
[...] Another Way to Force the Garbage Collection System class in Flex 3 SDK beta 3 has a new gc() static method that forces the garbage collection process (it works for Flash Player debugger version only). Previous to this method the only known way to force the garbage collection was … [...]