On Fri, Oct 24, 2008 at 1:59 AM, digited <[EMAIL PROTECTED]> wrote: > Walter Bright Wrote: > >> >> http://www.digitalmars.com/d/1.0/changelog.html >> http://ftp.digitalmars.com/dmd.1.036.zip >> > > Great! > > I failed to compile Tango svn trunk with 1.036, but Tango 0.99.7, compiled > with 1.035, works fine. > > I got a small fps boost when compiled my graphics engine with new dmd - maybe > some improvements in associative arrays operations?.. Fps stability also > improved. > > When I was compiling DWT with 1.035 in a single command to dmd (dmd -lib > modules), it took 11.66 seconds on 2GHz processor, size of lib was 7.6MB. > With 1.036 it took 16.74 seconds and lib size became 8.1. I get same results > with "-lib" while compiling derelict opengl and glu - it now takes a bit > longer and produces bigger libs. Have you changed something?
I have no idea why the generated code got bigger again, but it's far from being the first time. Check the graph here: http://www.billbaxter.com/techblog/?p=9 --bb
