The new Mono GC

Walter Bright newshound2 at digitalmars.com
Fri Sep 3 22:01:44 PDT 2010


Sean Kelly wrote:
> I think write barriers in this context are calls out to the GC to notify it
> of reference changes, and these are generated by the compiler.  A language
> like D that can call inline ASM, external C routines, etc, simply can't
> provide that guarantee.  SafeD maybe.

Such write barriers are a performance problem, too.


More information about the Digitalmars-d mailing list