• Maya Lekova's avatar
    Revert "Reland "[array] Move Array.p.sort to Torque and use TimSort instead of QuickSort"" · 8e43b9c0
    Maya Lekova authored
    This reverts commit 9e48a24f.
    
    Reason for revert: Possibly breaking the V8-Blink Mac bot - https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8-Blink%20Mac/15097
    
    Original change's description:
    > Reland "[array] Move Array.p.sort to Torque and use TimSort instead of QuickSort"
    > 
    > The CL was reverted because it broke some tests in ChromeOS.
    > 
    > > [array] Move Array.p.sort to Torque and use TimSort instead of QuickSort
    > >
    > > This CL changes the sorting algorithm used in Array.p.sort from
    > > QuickSort to TimSort (implemented in Torque).
    > >
    > > Detailed performance results can be found here: https://goo.gl/4E733J
    > >
    > > To save on code space, fast-paths are implemented as sets of
    > > function pointers instead of specializing generics.
    > >
    > > R=cbruni@chromium.org, jgruber@chromium.org
    > >
    > > Bug: v8:7382, v8:7624
    > > Change-Id: I7cd4287e4562d84ab7c79c58ae30780630f976de
    > > Reviewed-on: https://chromium-review.googlesource.com/1151199
    > > Commit-Queue: Simon Zünd <szuend@google.com>
    > > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > > Reviewed-by: Camillo Bruni <cbruni@chromium.org>
    > > Cr-Commit-Position: refs/heads/master@{#55003}
    > 
    > Bug: v8:7382, v8:7624
    > Change-Id: Ic7a3230f3708177774b0760f08b7659d83ec5505
    > Reviewed-on: https://chromium-review.googlesource.com/1184901
    > Commit-Queue: Simon Zünd <szuend@google.com>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#55325}
    
    TBR=jgruber@chromium.org,szuend@google.com
    
    Change-Id: Ie7e2af57a6480aa0504ba21ec98ee825d7ac74fe
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:7382, v8:7624
    Reviewed-on: https://chromium-review.googlesource.com/1186601Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
    Commit-Queue: Maya Lekova <mslekova@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#55355}
    8e43b9c0
BUILD.gn 109 KB