Re: [Ironpython-users] WeakRef'tracker

2012-10-23 Thread Dino Viehland
being created lazily in some case now. Or maybe the callback is actually doing a lot of work and that's where the CPU time is going. From: Ironpython-users [mailto:ironpython-users-bounces+dinov=exchange.microsoft@python.org] On Behalf Of Markus Schaber Sent: Tuesday, October 23, 2012

[Ironpython-users] WeakRef'tracker

2012-10-23 Thread Markus Schaber
Hi, What's the purpose of IronPython.Rumtime.WeakRefTracker? I did run the attached program (which is similar to the example for http://ironpython.codeplex.com/workitem/31764). After running a bunch of scripts, the program calls GC.Collect() and GC.WaitForPendingFinalizers() several times. At