D with no druntime

uri via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Aug 20 22:13:33 PDT 2014


Hi All,

I am playing with a small hack OS for fun and in 2066 there are 
these undefined refs (I have no druntime):

_d_arraybounds (new to 2066)
_d_assert (new to 2066)
_d_unittest (new to 2066)
_Dmodule_ref (also in 2065)
_d_dso_registry (also in 2065)

It is trivial to stub these out but it got me wondering...

Is there any way to compile D that has no dependencies?


Thanks,
uri





More information about the Digitalmars-d-learn mailing list