Re: D runtime Garbage Collector details

2012-02-24 Thread deadalnix
Le 24/02/2012 00:49, Vadim a écrit : I am looking for the details on D Garbage Collection implementation. I will much appreciate if someone suggests the answers or give some links to existing documentation clarifying the following points: 1. Is it Mark-n-Sweep or copy or generational collector o

Re: D runtime Garbage Collector details

2012-02-23 Thread Kevin Cox
On Feb 23, 2012 6:50 PM, "Vadim" wrote: > > I am looking for the details on D Garbage Collection implementation. I will much appreciate if someone suggests the answers or give some links to existing documentation clarifying the following points: > > 1. Is it Mark-n-Sweep or copy or generational co

Re: D runtime Garbage Collector details

2012-02-23 Thread James Miller
On 24 February 2012 12:49, Vadim wrote: > I am looking for the details on D Garbage Collection implementation. I will > much appreciate if someone suggests the answers or give some links to > existing documentation clarifying the following points: > > 1. Is it Mark-n-Sweep or copy or generational

D runtime Garbage Collector details

2012-02-23 Thread Vadim
I am looking for the details on D Garbage Collection implementation. I will much appreciate if someone suggests the answers or give some links to existing documentation clarifying the following points: 1. Is it Mark-n-Sweep or copy or generational collector or simple reference counting? Or an