Question
Memory Leaks in AS2
Hey folks,
I am working on some *AS2* code.
Problem: Basically, I'm loading my SWF file in Firefox; and the memory
used is going upwards nonstop. After a couple of minutes, all system
resources are used and I need to restart the browser. I suspect
(obviously) a memory leak or the garbage collection not doing its proper
job.
Question: Is there some tools I can use to diagnose this problem and
retrace where the leak is coming from. Ultimately is there some garbage
collection optimization I should be aware of?
Thanks
I am working on some *AS2* code.
Problem: Basically, I'm loading my SWF file in Firefox; and the memory
used is going upwards nonstop. After a couple of minutes, all system
resources are used and I need to restart the browser. I suspect
(obviously) a memory leak or the garbage collection not doing its proper
job.
Question: Is there some tools I can use to diagnose this problem and
retrace where the leak is coming from. Ultimately is there some garbage
collection optimization I should be aware of?
Thanks