[Mono-dev] Minor change to Array.cs CODE REVIEW NEEDED

Miguel de Icaza miguel at novell.com
Sat Dec 29 21:57:12 EST 2007


> This is a minor change to the quicksort algorithm in Array.cs. It
> eliminates an unnecessary comparison in a while loop. This is safe
> because that comparison is done at the start of the qsort method and
> at the end of every iteration of the while loop. If someone can O.K.
> this, I'll commit it.

This looks fine.   Do you have any numbers?

Miguel.



More information about the Mono-devel-list mailing list