[webkit-reviews] review requested: [Bug 37655] [v8] mark Array.prototype.sort tests which verify if sorting is stable as passing for Chromium : [Attachment 53430] First take

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 06:28:06 PDT 2010


anton muhin <antonm at chromium.org> has asked  for review:
Bug 37655: [v8] mark Array.prototype.sort tests which verify if sorting is
stable as passing for Chromium
https://bugs.webkit.org/show_bug.cgi?id=37655

Attachment 53430: First take
https://bugs.webkit.org/attachment.cgi?id=53430&action=review

------- Additional Comments from anton muhin <antonm at chromium.org>
Recently algorithm for sorting small arrays (<= 22 elements) was changed and
now sorting for those arrays is stable.

Note that larger arrays are sorted with quick sort, so sorting is not stable
for them.


More information about the webkit-reviews mailing list