Skip to content Skip to sidebar Skip to footer
Showing posts with the label Garbage Collection

Javascript - Garbage Collector Timers?

Any idea on garbage collector timer in javascript? Suppose i run below script, will function and as… Read more Javascript - Garbage Collector Timers?

Over How Much Of Its Enclosing Scope Does A (javascript) Closure Close?

When I have some function that uses variables from its enclosing scope(s) and use that function out… Read more Over How Much Of Its Enclosing Scope Does A (javascript) Closure Close?

Preventing Garbage Collection In The Spidermonkey Javascript Engine

According the Spidermonkey's User Guide https://developer.mozilla.org/En/SpiderMonkey/JSAPI_Use… Read more Preventing Garbage Collection In The Spidermonkey Javascript Engine

How Do I Explicitly Release A JavaScript Object From Within The Object?

I'm using John Resig's recipe for JavaScript 'classes' and inheritance. I've st… Read more How Do I Explicitly Release A JavaScript Object From Within The Object?

RequestAnimationFrame Garbage Collection

I'm profiling the following code's memory usage using the Timeline in Chrome Dev Tools v27.… Read more RequestAnimationFrame Garbage Collection