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

Issue 12091092: Ensure all UnknowConcreteTypes are const so that their equality test is sound. (Closed)

Created:
7 years, 10 months ago by polux
Modified:
7 years, 10 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ensure all UnknowConcreteTypes are const so that their equality test is sound. Committed: https://code.google.com/p/dart/source/detail?r=18509

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
polux
One line CL :)
7 years, 10 months ago (2013-01-31 16:36:38 UTC) #1
karlklose
LGTM. You could also change UnknownConcreteType.operator== to check 'other is UnknownCocreteType'.
7 years, 10 months ago (2013-02-01 08:03:24 UTC) #2
polux
On 2013/02/01 08:03:24, karlklose wrote: > LGTM. > > You could also change UnknownConcreteType.operator== to ...
7 years, 10 months ago (2013-02-01 08:21:48 UTC) #3
karlklose
7 years, 10 months ago (2013-02-01 08:34:19 UTC) #4
Yes, it would be slower.

Powered by Google App Engine
This is Rietveld 408576698