Am Tue, 12 Mar 2013 21:44:11 +0100 schrieb "Rob T" <[email protected]>:
> Do you know if there are instructions posted somewhere on how to > override or proxy the GC? > > --rt Maybe someone else knows, I just started from here: https://github.com/D-Programming-Language/druntime/blob/master/src/gcstub/gc.d When you look at the "real" GC you'll quickly find the C funtions that you'd need to override. -- Marco
