On Thu, Mar 11, 2010 at 9:15 PM, Sergei Dyshel <qyron.priv...@gmail.com>wrote:

> Hello Rodrigo,
> Thanks for the quick answer! But do you mean by it that the only
> problem is in lack of global register allocator? What if 'temp' was
> not vector but some bare 'int' temporary, would it be loaded and
> stored in each iteration?
>
>  Sorry, I hit reply to early.

Ints are treated in a separate way. Since some of the scalar registers don't
need
to be saved across a call, we have a specialized global register allocator
for them.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to