- The language has the @nogc attribute to ensure at compile time that the GC is not used in a function or an entire module.
- The number of standard library functions that have the @nogc attribute is increasing by the minute. :)
- There is some effort to port Sociomantic's proprietary multi-threaded GC to D (theirs was written for D1).
- The language has the @nogc attribute to ensure at compile time that the GC is not used in a function or an entire module.
- The number of standard library functions that have the @nogc attribute is increasing by the minute. :)
- There is some effort to port Sociomantic's proprietary multi-threaded GC to D (theirs was written for D1).