New malloc() for win32 that should produce faster DMD's and faster D code that uses malloc()

Richard Webb richard.webb at boldonjames.com
Mon Aug 5 04:01:35 PDT 2013


On 03/08/2013 22:55, Walter Bright wrote:
> The execrable existing implementation was scrapped, and the new one uses
> Windows HeapAlloc().
>
> http://ftp.digitalmars.com/snn.lib
>
> This is for testing porpoises, and of course for those that Feel Da Need
> For Speed.


Using the latest DMD and this snn.lib, i'm seeing it take about 11.5 
seconds to compile the algorithm unit tests (when i tried it last week, 
it was taking closer to 17 seconds).

For comparison, the MSVC build takes about 10 seconds on the same 
machine (Athlon 64X2 6000+).

Keep up the good work :-)



More information about the Digitalmars-d-announce mailing list