[corlib] Modified Array.qsort*() to inline sorting of the larger partition
authorJeffrey Stedfast <jeff@xamarin.com>
Mon, 6 Aug 2012 20:47:58 +0000 (16:47 -0400)
committerJeffrey Stedfast <jeff@xamarin.com>
Mon, 6 Aug 2012 20:47:58 +0000 (16:47 -0400)
commit050eba485ae5a20c5f6e139bdb0a56109a1dc198
tree6d8a39f0c490b817a19ac455ca4d114f5314ef52
parent5f8dd93b2a1583c928945104b034a5dabf40f730
[corlib] Modified Array.qsort*() to inline sorting of the larger partition

This prevents potential StackOverflowExceptions on really large data sets.

Partial fix for bug #6406
mcs/class/corlib/System/Array.cs