all code is compiled into a single executable.  If you look at the dll
files included in a build they're just xml metadata, not code

On Fri, Jul 6, 2012 at 6:33 AM, sgmunn <[email protected]> wrote:

> Does anyone have any knowledge of what impact having multiple assemblies
> in a MonoTouch project would have for start up performance?
>
> I had thought that having quite a few assemblies might impact initial
> start up times and have been putting library code into one project just to
> minimise loading times, but I've read that the assemblies are stripped of
> all but metadata and the code is linked into the actual app.  If this is
> the case then I suspect it wouldn't make any difference to load times and I
> should separate my library code where it makes sense.
>
> Am I on the right track, or completely off base.
>
> Cheers,
> Greg
> ------------------------------
> View this message in context: Impact on load time with many 
> assemblies<http://monotouch.2284126.n4.nabble.com/Impact-on-load-time-with-many-assemblies-tp4655805.html>
> Sent from the MonoTouch mailing list 
> archive<http://monotouch.2284126.n4.nabble.com/>at Nabble.com.
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to