[Issue 3463] Integrate Precise Heap Scanning Into the GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 3 08:18:36 PST 2009


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



--- Comment #10 from David Simcha <dsimcha at yahoo.com> 2009-11-03 08:18:35 PST ---
Just one thing to keep in mind:  Heap scanning is only precise if the mask
information is passed to GC.malloc.  This only happens if you use one of my
templates or call GC.malloc directly.  I couldn't get it to work with new. 
(This is where the idea of templating TypeInfo and ClassInfo originated.)

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