[Issue 3463] Integrate Precise Heap Scanning Into the GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 21 08:38:18 PDT 2010


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



--- Comment #31 from Leandro Lucarella <llucax at gmail.com> 2010-07-21 08:38:06 PDT ---
(In reply to comment #30)
> Hm... I'd love to get this into D2, but the diffs are a bit large to apply by
> hand.  I don't suppose you'd be inclined to provide a D2 patch as well?  It
> should be pretty similar to the Tango patch.

I would be nice to split the patch in smaller changes too, because there are a
couple of extra optimizations not related to the precise scanning (for example,
making findPool() use a binary search, I was just about to implement the same
optimization in my GC :). There are a few changes of structure not related to
the patch too, which improves the code, but makes harder to port the patch to
other GCs.

Thanks!

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