Doc Comments / Phobos /
Std Gc
Difference (last change) (no other diffs, normal page display)
Changed: 1c1
=std.gc= |
=<n>std.gc</n>= |
Changed: 13c13
(from Posting:digitalmars.D/13411) |
(from NG:digitalmars.D/13411) |
Changed: 20c20
* GCW |
*GCW: Garbage Collection Workgroup |
std.gc
Comments
Add your comments here...
Q: When will the garbage collector implementation be documented?
A: In some sense it is written in src/phobos/internal/gc/gcx.d (it would be nice, though, to have an overview). But actually the code isn't hard to follow so if you are curious I wouldn't hesitate to look there.
(from NG:digitalmars.D/13411)
Links
- See the corresponding page in the D Specification: DigitalMars:d/phobos/std_gc.html
- GCW: Garbage Collection Workgroup
- DocComments/Garbage