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

How Does V8 Handle Objects In "large Object Space"

I've read in V8 wiki that there's large object space in heap which is not moved by GC. Lar… Read more How Does V8 Handle Objects In "large Object Space"

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?

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?

How Can I Log What Is Being Garbage Collected In My Javascript Code?

I've built an application that wastes 40% of its time collecting garbage, and I'm at my wit… Read more How Can I Log What Is Being Garbage Collected In My Javascript Code?

Phonegap Garbage Collection

I had a long discussion with my friend about PhoneGap. He said that PhoneGap has no garbage collect… Read more Phonegap Garbage Collection