On Jan 30, 2012, at 10:09 AM, HSSoftware wrote:
> I wondered if M4A 4.0.3 has any of the GC fixes that you mentioned, that are 
> highlighted in red below?

No. GC.AddMemoryPressure() support is probably a 4.4 feature, if that.

4.2 will be adding a "heuristic" ("hack") in which we track the number of 
global references we've created and perform a GC when we hit 90% of the "known 
maximum". This will help (somewhat) on the emulator, and likely won't do 
anything at all on hardware (the global ref limit is quite high on hardware).

We are also investigating other GC solutions as well.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to