[Issue 3929] GC.free() creates subtle bugs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 10 20:30:48 PST 2010


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



--- Comment #1 from David Simcha <dsimcha at yahoo.com> 2010-03-10 20:30:47 PST ---
Clarification:  The LRU cache would avoid causing an otherwise GC-able array
from being retained by casting the pointer to size_t or something and storing
the BlkInfo struct somewhere that's not scanned completely conservatively, or
maybe by xoring it with some arbitrary pattern.

-- 
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