Writting SO kernel in D

Sean Kelly sean at f4.ca
Thu Apr 19 09:48:10 PDT 2007


Javi wrote:
> 
> Another question: 
> Where is the runtime code localted on disk? And If this code resides in a big file, how can I extract only the relevant routines?
> Sorry, but I'm not a compiler expert.

It's in Phobos in the /internal directory.  Under that is the /gc 
directory, which contains the garbage collector implementation.

If you're using Tango, the compiler runtime is in /lib/compiler/gdc or 
/lib/compiler/dmd, and the garbage collector is in /lib/gc/basic.


Sean


More information about the Digitalmars-d-learn mailing list