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

Issue 564823003: Fix typed lowering of JSAdd on non-number inputs. (Closed)

Created:
6 years, 3 months ago by Michael Starzinger
Modified:
6 years, 3 months ago
Reviewers:
rossberg
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix typed lowering of JSAdd on non-number inputs. R=rossberg@chromium.org TEST=mjsunit/regress/regress-3476 Committed: https://code.google.com/p/v8/source/detail?r=23883

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M src/compiler/js-typed-lowering.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 chunk +13 lines, -4 lines 2 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
https://codereview.chromium.org/564823003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/564823003/diff/1/src/compiler/js-typed-lowering.cc#newcode231 src/compiler/js-typed-lowering.cc:231: // JSAdd(x:-string, y:-string) => NumberAdd(ToNumber(x), ToNumber(y)) I convinced myself ...
6 years, 3 months ago (2014-09-11 14:25:44 UTC) #1
rossberg
lgtm https://codereview.chromium.org/564823003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/564823003/diff/1/src/compiler/js-typed-lowering.cc#newcode231 src/compiler/js-typed-lowering.cc:231: // JSAdd(x:-string, y:-string) => NumberAdd(ToNumber(x), ToNumber(y)) On 2014/09/11 ...
6 years, 3 months ago (2014-09-11 14:50:19 UTC) #2
Michael Starzinger
6 years, 3 months ago (2014-09-11 16:09:33 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 23883 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698