Comment #3 on issue 324 by msharko: Javascript array sort issue http://code.google.com/p/v8/issues/detail?id=324
Thanks for clarification. I also checked in the ECMAScript Language Specification http://www.ecma-international.org/publications/files/ECMA-ST/Ecma- 262.pdf and found out that for the sort method (p.106): "The elements of this array are sorted. The sort is not necessarily stable (that is, elements that compare equal do not necessarily remain in their original order)." Well, quite frustrating having that wikipedia desribes ~50% stable algorithms. -- 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 -~----------~----~----~----~------~----~------~--~---
