[Mono-devel-list] Cross application domain call optimization

Miguel de Icaza miguel at ximian.com
Sun Oct 17 12:02:20 EDT 2004


Hello,

> > +			int i, len = mono_array_length (acopy);
> > +			for (i = 0; i < len; i++) {
> GCC is smart enough to do CSE. No need to do that for it.
> 
> Thats all for now, I'll think of more later.

Mono is not always compiled with gcc.

Miguel



More information about the Mono-devel-list mailing list