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