[Mono-dev] Mono generates inefficient vectorized code

Rodrigo Kumpera kumpera at gmail.com
Thu Mar 11 19:34:47 EST 2010


On Thu, Mar 11, 2010 at 9:15 PM, Sergei Dyshel <qyron.private at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100311/7ea62468/attachment-0001.html 


More information about the Mono-devel-list mailing list