GDC 0.22
February 6th, 2007 | by Aldacron |David Friedman has released GDC 0.22. Among other things, this release updates GDC to DMD 1.004, deprecates support for GCC 3.3.x, and adds support for GCC 4.1.x.
Technorati Tags: D Programming Language, GDC, GCC
By MDK on Feb 6, 2007
Cool. Now with 4.1.x support I can start fighting again against gdc on arm/nokia tablets.
By John Reimer on Feb 6, 2007
This is great. I’m trying to migrate towards more gdc use on all platforms. It’s encouraging to see progress here. With the aid of Gregor’s rebuild tool, gdc is fast approaching a highly usable state… basically it’s becoming easy to use. I avoided it in the past precisely because it seemed complex to setup and use.
Only a couple drawbacks right now are:
(1) Very slow compiling compared to dmd.
(2) Executable sizes are larger than dmd’s.
Don’t know about performance differences, but that would be interesting to investigate on all platforms.
LOTS of advantages, however (especially in terms of shared libraries and template code).