What are the techniques of garbage collection when compiling a garbage collected language to C? I know of two:
After 2 days of debug, I nailed down my time-hog: the Python garbage collector. My application holds a lot of objects in memory. And it works well.
I\'m implementing a compacting garbage collector for my own personal use in C++0x, and I\'ve got a question. Obviously the mechanics of the collector depend upon moving objects, and I\'ve been wonderi
There\'s a related question but this one is slightly different and I\'m not happy with any of the answers to the related question :)
Reference counting alone does not collect cycles but there are additional techniques that can collect cycles as well. What is the simplest such technique?
In a method call, if I create an object during that call.When are those objects garbage collected? Are they placed on the heap and then garbage collected along with other ob开发者_如何学Cjects on th
Is 开发者_运维百科it possible to use SGen garbage collector (from the mono runtime) in coventionnal C/C++ programs ?
The following demo app creates a JFrame with a JInternalFrame (MDI interface). The internal frame features a JTree, with a JTree model. To simulate a large model, a 10MB buffer is associated to the JT
Is a running thread eligable for ga开发者_开发问答rbage collection if the thread object is reasigned? For example:
When running my program I get the following errors from the Boehm GC (with GC_DEBUG defined): GC_check_heap_block: found smashed heap objects: