Std Phobos 2 and logging library?

Sean Kelly sean at invisibleduck.org
Sat Apr 11 09:12:07 PDT 2009


Robert Jacques wrote:
> 
> On that note, support for per thread GCs in general is another major 
> change. i.e.:
> GC.malloc!(T)();
> to
> Thread.getThis.gc.malloc!(T)(); // Alternatively use thread local storage.

It can remain as GC.malloc().  Exposing a GC handle via thread would 
allow one thread to use another thread's GC.



More information about the Digitalmars-d mailing list