“Be inspired, enjoy your work, keep learning and never forget to play.” — gskinner

Another Way to Force the Garbage Collection

Posted: December 20th, 2007 | Author: nuno | Filed under: Actionscript3 | 1 Comment »

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.


One Comment on “Another Way to Force the Garbage Collection”

  1. 1 Another Way to Force the Garbage Collection said at 4:46 pm on January 15th, 2008:

    [...] 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 … [...]


Leave a Reply