[Issue 15723] GC memory leakade depending on source code size
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 25 11:14:12 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15723
--- Comment #2 from Denis Shelomovskij <verylonglogin.reg at gmail.com> ---
(In reply to Sobirari Muhomori from comment #1)
> That's probably zlib's crc table: 2048 random pointers in bss.
So it looks like we actually can't use C libraries statically linked with D
code as it will make GC almost useless.
> Does your application use zlib?
I have provided the whole test application in the description. As for my
utility, yes it does use zlib.
--
More information about the Digitalmars-d-bugs
mailing list