Hi,

 

let’s assume that an MT app is a good memory citizen in the Simulator. No
unnecessary references are kept. Memory usage is average.

Can I then also assume that my app is behaving nicely on the device itself?
I’m not talking about absolute numbers here. It is obvious that if the app
would use constantly 500MB of RAM it will not work well on the real
hardware.

But if memory remains constant and is released nicely by GC, will it allow
me to assume that the same will be true on iPhone/iPad? Asked differently:
is the memory management different in the way GC works, apart from the fact
that it is called less often?

Does the ObjC sublayer behave differently (in terms of memory)?

 

René

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to