Re: Blog post: Demystifying Garbage Collectors

2012-10-14 Thread Leandro Lucarella
Era Scarecrow, el 13 de October a las 21:18 me escribiste: > Does D include an index to bitmaps specifying which offsets in a > given memory block (say a class or a struct) of which fields > actually would point to memory? With the strong possibility of > working with manual pointer management it

Re: Blog post: Demystifying Garbage Collectors

2012-10-13 Thread Era Scarecrow
On Friday, 12 October 2012 at 19:19:23 UTC, Andrei Alexandrescu wrote: On 10/11/12 9:15 PM, Alex Rønne Petersen wrote: http://xtzgzorex.wordpress.com/2012/10/11/demystifying-garbage-collectors/ Essentially an explanation of garbage collection for the layman programmer. Though, it does assume s

Re: Blog post: Demystifying Garbage Collectors

2012-10-12 Thread Andrei Alexandrescu
On 10/11/12 9:15 PM, Alex Rønne Petersen wrote: http://xtzgzorex.wordpress.com/2012/10/11/demystifying-garbage-collectors/ Essentially an explanation of garbage collection for the layman programmer. Though, it does assume some familiarity with C and memory management. It's an abstract article no

Blog post: Demystifying Garbage Collectors

2012-10-11 Thread Alex Rønne Petersen
http://xtzgzorex.wordpress.com/2012/10/11/demystifying-garbage-collectors/ Essentially an explanation of garbage collection for the layman programmer. Though, it does assume some familiarity with C and memory management. It's an abstract article not particularly specific to any GC implementati