[Webkit-unassigned] [Bug 37655] New: [v8] mark Array.prototype.sort tests which verify if sorting is stable as passing for Chromium

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


https://bugs.webkit.org/show_bug.cgi?id=37655

           Summary: [v8] mark Array.prototype.sort tests which verify if
                    sorting is stable as passing for Chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: ager at chromium.org, ajwong at chromium.org



anton muhin <antonm at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53430|                            |review?
               Flag|                            |


Created an attachment (id=53430)
 --> (https://bugs.webkit.org/attachment.cgi?id=53430)
First take

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list