[Issue 3463] Integrate Precise Heap Scanning Into the GC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 27 14:49:55 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3463
--- Comment #17 from nfxjfg at gmail.com 2010-06-27 14:49:50 PDT ---
PS: I forgot to handle TypeInfo_Typedef. Apply this change in object_.d:
@@ -370,6 +370,7 @@ class TypeInfo_Typedef : TypeInfo
override TypeInfo next() { return base; }
override uint flags() { return base.flags(); }
+ override PointerMap pointermap() { return base.pointermap(); }
override void[] init() { return m_init.length ? m_init : base.init(); }
TypeInfo base;
--
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