[Issue 8820] Array initialization generates garbage

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 14 11:40:18 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8820



--- Comment #2 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-14 11:40:17 PDT ---
This is a long-standing, known issue.

As a side note, it would be better to say that it allocates memory when it
shouldn't rather than talking about generating garbage. That tends to imply
that it generates garbage data (which it doesn't), giving the wrong impression
about what you're talking about. All GC heap memory must naturally be garbage
collected, so the issue is that it's allocated in the first place rather than
the fact that it needs to be collected later.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list