[Issue 3463] Integrate Precise Heap Scanning Into the GC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 24 01:40:58 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3463
--- Comment #70 from nfxjfg at gmail.com 2010-08-24 01:40:52 PDT ---
Created an attachment (id=738)
experiment: use ClassInfo to get bitmask for object allocations
objbitmask.patch is a patch on top of tango_precise_gc.patch, which makes
storing the pointer bitmap inline unnecessary. Instead, it assumes that all
memory blocks flagged with BlkAttr.FINALIZE are D objects, and uses their
ClassInfo to get the bitmask. Seems to be slightly slower, but also reduces
space overhead.
--
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