• Jakob Gruber's avatar
    Revert "[array] Implement Array.p.sort in Torque" · 3348ed0b
    Jakob Gruber authored
    This reverts commit df1676e6.
    
    Reason for revert: https://crbug.com/v8/7382#c26
    
    Original change's description:
    > [array] Implement Array.p.sort in Torque
    > 
    > This CL implements a generic baseline version and 3 fastpaths, for
    > various elements kinds, of Array.p.sort in Torque. Details can be found
    > in the Design Doc: https://goo.gl/Ge321G.
    > 
    > Performance impact on micro benchmarks depends on the element kind
    > and whether the user provides a comparison function.
    > For HoleySmi/HoleyElement we have a speedup between 1.5-1.8 across
    > the board. For Dictionary we are slower in all micro benchmarks (0.7).
    > For PackedSmi it depends on the call site and whether or not a
    > comparison function is used.
    > 
    > Detailed numbers: https://goo.gl/mTyPSb
    > 
    > Bug: v8:7382
    > Change-Id: I50acabd2032af0bc01d36b0de0f555d66be56a7e
    > Reviewed-on: https://chromium-review.googlesource.com/1061523
    > Commit-Queue: Simon Zünd <szuend@google.com>
    > Reviewed-by: Camillo Bruni <cbruni@chromium.org>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#53481}
    
    TBR=cbruni@chromium.org,jgruber@chromium.org,szuend@google.com
    
    Change-Id: I4c1b32a434d49caba67c80bccb068390607f90a2
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:7382
    Reviewed-on: https://chromium-review.googlesource.com/1085407Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53494}
    3348ed0b
typed-array.tq 12.5 KB