Decrease DMD memory usage

Richard Webb richard.webb at boldonjames.com
Fri Aug 30 04:05:12 PDT 2013


On 29/08/2013 23:35, Temtaime wrote:
> I have ICC license and compiled DMD by it.
>
> I've tried to compile some my projects with it.
> Some stats:
>
> Original DMD: 20 sec.
> DMD compiled by ICC: 11 sec.
> x64 DMD compiled by ICC: 14 sec.
>

It might be that a big chunk of that difference is down to memory 
handling, as it was for MSVC builds (I think ICC uses the MS C 
runtimes?). If that is the case, then the difference would be a lot 
smaller with all the latest bits.

Might be interesting to see if the ICC build is any faster than the MSVC 
build?




More information about the Digitalmars-d mailing list