DMD 1.001 release

Walter Bright newshound at digitalmars.com
Tue Jan 23 19:09:25 PST 2007


Julio César Carrascal Urquijo wrote:
> Walter Bright wrote:
>> New pointer-aware GC. Should run significantly faster for some programs.
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.1.001.zip
> 
> Yay!!
> 
> Thanks Walter.
> 
> Are both features active when compiling with -v1?

Yes, because it's a runtime issue. You can revert to the old behavior by 
calling std.gc.setV1_0(), which is handy for making timing comparisons.



More information about the Digitalmars-d-announce mailing list