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

Issue 10411094: Fix bug in combination of bounded and exact types. (Closed)

Created:
8 years, 7 months ago by karlklose
Modified:
8 years, 7 months ago
Reviewers:
floitsch, ngeoffray
CC:
reviews_dartlang.org, ngeoffray, kasperl
Visibility:
Public.

Description

Fix bug in combination of bounded and exact types. TEST=language/switch_this_test.dart Committed: https://code.google.com/p/dart/source/detail?r=7944

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Update comment in test. #

Patch Set 4 : Remove combine from HBoundedType and HExactType. #

Patch Set 5 : Remove typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -23 lines) Patch
M lib/compiler/implementation/ssa/types.dart View 1 2 3 4 3 chunks +20 lines, -23 lines 0 comments Download
A tests/language/switch_this_test.dart View 1 2 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
8 years, 7 months ago (2012-05-23 14:02:37 UTC) #1
ngeoffray
https://chromiumcodereview.appspot.com/10411094/diff/2001/lib/compiler/implementation/ssa/types.dart File lib/compiler/implementation/ssa/types.dart (right): https://chromiumcodereview.appspot.com/10411094/diff/2001/lib/compiler/implementation/ssa/types.dart#newcode653 lib/compiler/implementation/ssa/types.dart:653: if (this.type === bounded.type) return other; This is OK ...
8 years, 7 months ago (2012-05-23 14:09:45 UTC) #2
karlklose
PTAL. http://codereview.chromium.org/10411094/diff/2001/lib/compiler/implementation/ssa/types.dart File lib/compiler/implementation/ssa/types.dart (right): http://codereview.chromium.org/10411094/diff/2001/lib/compiler/implementation/ssa/types.dart#newcode653 lib/compiler/implementation/ssa/types.dart:653: if (this.type === bounded.type) return other; On 2012/05/23 ...
8 years, 7 months ago (2012-05-24 12:37:49 UTC) #3
ngeoffray
8 years, 7 months ago (2012-05-24 12:44:05 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698