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

Issue 2728463006: Migrate Math.Min/Max to CodeStubAssembler (Closed)

Created:
3 years, 9 months ago by vabr (Chromium)
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

Migrate Math.Min/Max to CodeStubAssembler BUG=v8:6026 Review-Url: https://codereview.chromium.org/2728463006 Cr-Commit-Position: refs/heads/master@{#43600} Committed: https://chromium.googlesource.com/v8/v8/+/49ff8c1d2044b640c5907b91093cb0866bb23647

Patch Set 1 #

Total comments: 1

Patch Set 2 : Removed GotoIf #

Patch Set 3 : Convert min as well, remove platform-specific code #

Patch Set 4 : Remove benchmark from the CL #

Patch Set 5 : ChangeFloat64ToTagged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1029 lines) Patch
M src/builtins/arm/builtins-arm.cc View 1 2 1 chunk +0 lines, -106 lines 0 comments Download
M src/builtins/arm64/builtins-arm64.cc View 1 2 1 chunk +0 lines, -94 lines 0 comments Download
M src/builtins/builtins.h View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M src/builtins/builtins-math.cc View 1 2 3 4 3 chunks +28 lines, -4 lines 0 comments Download
M src/builtins/ia32/builtins-ia32.cc View 1 2 1 chunk +0 lines, -119 lines 0 comments Download
M src/builtins/mips/builtins-mips.cc View 1 2 1 chunk +0 lines, -117 lines 0 comments Download
M src/builtins/mips64/builtins-mips64.cc View 1 2 1 chunk +0 lines, -114 lines 0 comments Download
M src/builtins/ppc/builtins-ppc.cc View 1 2 1 chunk +0 lines, -111 lines 0 comments Download
M src/builtins/s390/builtins-s390.cc View 1 2 1 chunk +0 lines, -111 lines 0 comments Download
M src/builtins/x64/builtins-x64.cc View 1 2 1 chunk +0 lines, -113 lines 0 comments Download
M src/builtins/x87/builtins-x87.cc View 1 2 1 chunk +0 lines, -135 lines 0 comments Download
M src/compiler/code-assembler.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
vabr (Chromium)
Hi Benedikt, I uploaded the first version here so that we can discuss it. It ...
3 years, 9 months ago (2017-03-03 10:27:30 UTC) #2
vabr (Chromium)
https://codereview.chromium.org/2728463006/diff/1/src/builtins/builtins-math.cc File src/builtins/builtins-math.cc (right): https://codereview.chromium.org/2728463006/diff/1/src/builtins/builtins-math.cc#newcode520 src/builtins/builtins-math.cc:520: GotoIf(Float64Equal(float_value, nan), &return_nan); Interestingly, when I remove this jump, ...
3 years, 9 months ago (2017-03-03 10:39:14 UTC) #3
vabr (Chromium)
With the updated benchmark https://crbug.com/v8/6026#c2 and the patch set 2 I observed no change for ...
3 years, 9 months ago (2017-03-03 12:18:38 UTC) #4
vabr (Chromium)
Hi Benedikt. The current patch set 4 is ready for review. I updated the benchmark ...
3 years, 9 months ago (2017-03-03 13:19:19 UTC) #7
Benedikt Meurer
Woohoo! Very nice, saving 1000 lines of handwritten native code, and replacing it with a ...
3 years, 9 months ago (2017-03-03 18:02:12 UTC) #15
vabr (Chromium)
On 2017/03/03 18:02:12, Benedikt Meurer wrote: > Woohoo! Very nice, saving 1000 lines of handwritten ...
3 years, 9 months ago (2017-03-04 13:51:42 UTC) #16
vabr (Chromium)
On 2017/03/04 13:51:42, vabr (Chromium) wrote: > On 2017/03/03 18:02:12, Benedikt Meurer wrote: > > ...
3 years, 9 months ago (2017-03-04 13:52:14 UTC) #17
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/2728463006/80001
3 years, 9 months ago (2017-03-04 13:52:23 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-04 14:22:21 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/49ff8c1d2044b640c5907b91093cb0866bb...

Powered by Google App Engine
This is Rietveld 408576698