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

Issue 565493003: Fix typed lowering of ToBoolean on NaN input. (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 ToBoolean on NaN input. R=rossberg@chromium.org TEST=webkit/convert-nan-to-bool Committed: https://code.google.com/p/v8/source/detail?r=23875

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -23 lines) Patch
M src/compiler/js-typed-lowering.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
M src/types.h View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
https://codereview.chromium.org/565493003/diff/1/src/types.h File src/types.h (right): https://codereview.chromium.org/565493003/diff/1/src/types.h#newcode190 src/types.h:190: V(Internal, 1 << 21 | REPRESENTATION(kTagged | kUntagged)) \ ...
6 years, 3 months ago (2014-09-11 12:05:14 UTC) #1
rossberg
LGTM https://codereview.chromium.org/565493003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/565493003/diff/1/src/compiler/js-typed-lowering.cc#newcode476 src/compiler/js-typed-lowering.cc:476: return Changed(input); // JSToBoolean(boolean) => x s/x/boolean/ https://codereview.chromium.org/565493003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 ...
6 years, 3 months ago (2014-09-11 12:17:50 UTC) #2
Michael Starzinger
Addressed comments. Landing. https://codereview.chromium.org/565493003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/565493003/diff/1/src/compiler/js-typed-lowering.cc#newcode476 src/compiler/js-typed-lowering.cc:476: return Changed(input); // JSToBoolean(boolean) => x ...
6 years, 3 months ago (2014-09-11 12:35:59 UTC) #3
Michael Starzinger
6 years, 3 months ago (2014-09-11 12:38:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 23875 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698