Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable

2010-05-10 Thread Rodrigo Kumpera
mpera > *Sent:* Thursday, May 06, 2010 1:34 PM > > *To:* ironruby-core@rubyforge.org > *Subject:* Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable > > > > That's pretty odd given that there is code to transparently use CWT instead > of Dictionary. > >

Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable

2010-05-06 Thread Tomas Matousek
: Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable That's pretty odd given that there is code to transparently use CWT instead of Dictionary. I was hoping for to use IR to benchmark my current implementation of CWT on mono. :( On Thu, May 6, 2010 at 2:21 PM, Tomas Mat

Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable

2010-05-06 Thread Rodrigo Kumpera
That's pretty odd given that there is code to transparently use CWT instead of Dictionary. I was hoping for to use IR to benchmark my current implementation of CWT on mono. :( On Thu, May 6, 2010 at 2:21 PM, Tomas Matousek wrote: > No, IronRuby still uses a custom weak table, which doesn’t wor

Re: [Ironruby-core] IronRuby usage of ConditionalWeakTable

2010-05-06 Thread Tomas Matousek
No, IronRuby still uses a custom weak table, which doesn't work properly in all scenarios. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Rodrigo Kumpera Sent: Thursday, May 06, 2010 9:44 AM To: ironruby-core@rubyforge.org Subject: [Iro