[Issue 19947] OutOfMemoryError with GC-allocs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 7 21:30:19 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19947

--- Comment #3 from KnightMare <black80 at bk.ru> ---
maybe u right.
imo gc shouldnt scan all data segment for pointers:
when we assign to some globals some pointers or explicitly called
GC.addRange/addRoot. and when I transfer something to C(or others)-libs.. well,
its my responsibility only, not compiler or GC

--


More information about the Digitalmars-d-bugs mailing list