GC API: What can change for precise scanning?

Walter Bright newshound2 at digitalmars.com
Wed Apr 18 13:09:28 PDT 2012


On 4/18/2012 2:56 AM, deadalnix wrote:
> I think you certainly can remove all indirection. Additionally, I wonder why
> most of theses functions are extern(C).

The purpose of the indirection is so that DLLs in Windows can share a gc 
instance, rather than having two instances fight each other.


More information about the Digitalmars-d mailing list