[Issue 3463] Integrate Precise Heap Scanning Into the GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 25 17:30:22 PDT 2010


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



--- Comment #50 from Leandro Lucarella <llucax at gmail.com> 2010-07-25 17:30:20 PDT ---
(In reply to comment #48)
> It looks like findPool() might be used much more often than before? For
> example, I noticed the mixin code calls findPool() very early, so maybe it's
> being called in some situations where it's not necessary. Also, with the patch
> sizeOf() needs to call findPool(), but I don't think that should make a lot of
> difference (unless is used by the runtime very often for array manipulation).

Seeing the callgraph, 95% of the findPool() calls are being made directly from
mark(), 4.5% from fullcollectshell().

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