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

Issue 1455123002: [turbofan] Check word32 -> float64 conversion with input type/output truncation. (Closed)

Created:
5 years, 1 month ago by Jarin
Modified:
5 years, 1 month ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Check word32 -> float64 conversion with input type/output truncation. This makes sure we are using the right signedness - either the input specifies signedness or the use must declare it does not care. This requires some hole-punching in for-in so that the representation selector understands the smi-ness of index. Moreover, phi needs to pass the truncation along (maybe slightly scary). Committed: https://crrev.com/e5ea13e2309ba6a9bf7bcd22b1062987c70bb8de Cr-Commit-Position: refs/heads/master@{#32081}

Patch Set 1 #

Patch Set 2 : Get rid of the guards #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -14 lines) Patch
M src/compiler/representation-change.h View 4 chunks +8 lines, -2 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 chunk +6 lines, -11 lines 0 comments Download
M src/js/math.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
Jarin
Could you take a look, please?
5 years, 1 month ago (2015-11-18 10:57:31 UTC) #3
Benedikt Meurer
As discussed offline previously, I'm scared by the use of Guards to make this "work", ...
5 years, 1 month ago (2015-11-18 11:54:31 UTC) #4
Jarin
On 2015/11/18 11:54:31, Benedikt Meurer wrote: > As discussed offline previously, I'm scared by the ...
5 years, 1 month ago (2015-11-18 12:10:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455123002/20001
5 years, 1 month ago (2015-11-18 12:17:45 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-18 13:49:31 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 13:50:03 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e5ea13e2309ba6a9bf7bcd22b1062987c70bb8de
Cr-Commit-Position: refs/heads/master@{#32081}

Powered by Google App Engine
This is Rietveld 408576698