Comment #7 on issue 90 by [email protected]: V8 doesn't stable sort http://code.google.com/p/v8/issues/detail?id=90
I was asked to update this bug. I have observed that Array.sort is stable in IE6 and FF, but not in Chrome. Here's a test case: http://www.corp.google.com/~jmittleman/tests/stablesort.html It shows an alpha-sorted list of two-letter words. Click on the list to sort it by second letter. Click again to resort alphabetically. In Chrome, the order of words ending in A (for example) is random. In IE6 and FF, it is alphabetical. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
