|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - Naive Garbage Collector
I've just "released" a Naive Garbage Collector implementation. The idea of this implementation is mainly to serve as documentation on how to write a GC for D. It's implemented for Tango/D1 but it should be fairly simple to port it to Druntime/D2, so if there is some interest in having it in Druntime too, I can make it happen (or help at least). Some links of interest: Announcement in my blog: http://proj.llucax.com.ar/blog/dgc/blog/post/-45ea3101 Tango ticket (with source code): http://www.dsource.org/projects/tango/ticket/1620 Git repository (browsable source code, changelog, etc.): http://git.llucax.com.ar/w/software/dgc/naive.git Comments and reviews are welcome. Thanks! -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ ---------------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------------- - i bet microsoft's developers were on diet when they had to do win95 - microsoft has developers? Apr 26 2009
|