[Issue 15723] GC memory leakade depending on source code size
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Feb 26 02:04:30 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15723
--- Comment #3 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Yes, if C library has lots of random numbers in .data and .bss sections, that
will be a problem. We can try to put crc table into .rdata section and exclude
.rdata from GC roots (if not already).
--
More information about the Digitalmars-d-bugs
mailing list