Does the garbage collector implementation change between phobos and tango?

Sean Kelly sean at f4.ca
Thu Jun 28 21:15:05 PDT 2007


Jason House wrote:
> When using gdc, I have severe issues with the garbage collector.  I'm 
> contemplating switching to tango, and if it fixes my GC issues, it'll 
> definitely be worth it.
> 
> I assume that this bug relates to my issues.  The more complex my 
> allocation/deallocation gets, the faster the program crashes.
> http://d.puremagic.com/issues/show_bug.cgi?id=72

Tango uses a modified version of the Phobos GC, so I'm afraid there's no 
easy answer to your question.  However, if you can find any bugs in the 
Tango code I'll be more than happy to fix them.


Sean


More information about the Digitalmars-d-learn mailing list