Compile-time memory footprint of std.algorithm
Jussi Jumppanen via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 23 16:19:18 PDT 2014
On Wednesday, 23 April 2014 at 20:04:09 UTC, Peter Alexander
wrote:
> Maybe we should investigate where the memory is going first
> before planning our attack :-)
FWIW one hint might be found in the DCD project found here:
https://github.com/Hackerpilot/DCD/
In that project compiling the lexer.d file causes a massive
increase in compiler memory usage.
More details found here:
https://github.com/Hackerpilot/DCD/issues/93
NOTE: That was DMD running on a 32 bit Windows XP machine.
More information about the Digitalmars-d
mailing list