[Mono-dev] String class speed improvements (UPDATE)

Marek Safar marek.safar at seznam.cz
Mon Nov 27 16:29:26 EST 2006


Hello Joshua,
> Can't we get mcs to optimize loops like this rather than putting it in
> code?  (Am I right in understanding this as eliminating 7/8ths of the
> addition operations?)
>
>   
It can  be quite tricky to do in inside compiler and it would not be as 
effective
as to do in JIT compiler. Unfortunately, I think our JIT compiler is 
nowhere near
to be able efficiently unroll such loop.

Regards,
Marek



More information about the Mono-devel-list mailing list