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"

Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

This is a question that surged from this other one: Best practice to have the same view and store m… Read more Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

How To Create, Handle, And Destroy Js::heap Objects In Spidermonkey?

Using Spidermonkey 24, 38, 45 Spidermonkey documentation says: 'GC thing pointers on the heap m… Read more How To Create, Handle, And Destroy Js::heap Objects In Spidermonkey?

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

Are WebGL Objects Garbage Collected?

In JavaScript memory that I allocated (e.g. an ArrayBuffer) gets freed up when I don't have any… Read more Are WebGL Objects Garbage Collected?

Spidermonkey And Garbage Collection

I am embedding Spidermonkey in my C++ application. I need to implementing some custom Javascript f… Read more Spidermonkey And Garbage Collection