"Ethan" wrote in message news:[email protected]...
Is there a high level overview of how the runtime expects the garbage collector to behave anywhere, or any kind of documentation outside of the core.memory and garbage collection documentation on dlang.org? If there isn't, I'll probably end up documenting it myself as I go through and learn how it works. I expect I'll miss things or make silly mistakes though, so if this documentation already exists that would be quite beneficial.
Not as far as I know. One thing that may be helpful is searching for closed bugzilla issues and pull requests that touch the GC, as some of these contain very useful information about how things are supposed to work.
