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

Issue 722223003: Extend typed lowering to cover JSStrictEqual on differing types. (Closed)

Created:
6 years, 1 month ago by Michael Starzinger
Modified:
6 years, 1 month ago
Reviewers:
titzer, rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Extend typed lowering to cover JSStrictEqual on differing types. R=rossberg@chromium.org, titzer@chromium.org TEST=unittests/JSTypedLoweringTest.JSStrictEqualWithTheHole Committed: https://chromium.googlesource.com/v8/v8/+/a210f3684628e74cddf1f739a053946002418431

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments and added unit test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M src/compiler/js-typed-lowering.cc View 1 1 chunk +9 lines, -2 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rossberg
https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 src/compiler/js-typed-lowering.cc:495: Type* intersect = Type::Intersect(r.left_type(), r.right_type(), zone()); That's what left_type->Maybe(right_type) ...
6 years, 1 month ago (2014-11-14 13:41:42 UTC) #2
titzer
https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 src/compiler/js-typed-lowering.cc:495: Type* intersect = Type::Intersect(r.left_type(), r.right_type(), zone()); On 2014/11/14 13:41:42, ...
6 years, 1 month ago (2014-11-14 13:43:24 UTC) #3
Michael Starzinger
PTAL. Addressed comments and added unit test. https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/722223003/diff/1/src/compiler/js-typed-lowering.cc#newcode495 src/compiler/js-typed-lowering.cc:495: Type* intersect ...
6 years, 1 month ago (2014-11-14 14:03:06 UTC) #4
rossberg
lgtm
6 years, 1 month ago (2014-11-14 14:06:22 UTC) #5
Michael Starzinger
6 years, 1 month ago (2014-11-14 14:25:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a210f3684628e74cddf1f739a053946002418431 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698