DMD 1.001 release

Tomas Lindquist Olsen tomas at famolsen.dk
Tue Jan 23 20:09:17 PST 2007


Walter Bright wrote:

> 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.

Yet it also means that code working in 1.0 might be horribly broken in
1.001...

-- 




More information about the Digitalmars-d-announce mailing list