Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Issue 2726153003: [typedarrays] No callbacks for fast sorting of integer typed arrays (Closed)

Created:
3 years, 9 months ago by Choongwoo Han
Modified:
3 years, 9 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[typedarrays] No callbacks for fast sorting of integer typed arrays - No callbacks for std::sort of integer typed arrays when user-defined comparison is not given - Use template function, instead of macro, for comparison function - Do not sort if the array size is less than or equal to 1 BUG=v8:5953 Review-Url: https://codereview.chromium.org/2726153003 Cr-Commit-Position: refs/heads/master@{#43565} Committed: https://chromium.googlesource.com/v8/v8/+/a3709d47e65885ba1dbae086dd8452cbf3cbe899

Patch Set 1 #

Patch Set 2 : for windows #

Patch Set 3 : static casting to double #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -27 lines) Patch
M src/runtime/runtime-typedarray.cc View 1 2 2 chunks +28 lines, -27 lines 0 comments Download

Messages

Total messages: 22 (18 generated)
Choongwoo Han
PTAL
3 years, 9 months ago (2017-03-02 13:03:57 UTC) #3
Benedikt Meurer
LGTM! Thanks
3 years, 9 months ago (2017-03-02 18:11:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2726153003/40001
3 years, 9 months ago (2017-03-03 04:58:30 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 05:00:15 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/a3709d47e65885ba1dbae086dd8452cbf3c...

Powered by Google App Engine
This is Rietveld 408576698