Comment #12 on issue 90 by [email protected]: V8 doesn't stable sort http://code.google.com/p/v8/issues/detail?id=90
Small arrays are sorted using a simpler algorithm which happens to be stable. You need a larger array to trigger the quicksort algorithm which is non-stable.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
