DDMD just went green on all platforms for the first time

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Sat Feb 21 19:36:13 PST 2015


"safety0ff"  wrote in message news:shcmppjlvivoybbynkjo at forum.dlang.org...

> Congrats!
>
> Does version=GC need any additional work?

Yes, version=GC is still broken.  It should be enough to hook C++ new/delete 
and fix a few malloc vs rmem.malloc issues.

All of the frontend and root (except response.c and man.c) are now in D 
which should make things easier.  The elf headers have been fixed too, which 
means it should be possible to port lib*/scan* to D now as well.  That just 
leaves the glue layer, array.h and iasm with potential non-rmem allocations. 



More information about the Digitalmars-d mailing list