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

Issue 12443005: Add superclasses, subclasses, and subtypes tracking to the world. (Closed)

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

Description

Add superclasses, subclasses, and subtypes tracking to the world. Add support for computing unions of disjoint types by finding a common supertype or superclass. R=ngeoffray@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=19485

Patch Set 1 #

Patch Set 2 : Fix long lines. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -99 lines) Patch
M sdk/lib/_internal/compiler/implementation/types/type_mask.dart View 3 chunks +53 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/world.dart View 3 chunks +43 lines, -8 lines 1 comment Download
M tests/compiler/dart2js/field_type_inferer_test.dart View 1 chunk +6 lines, -1 line 0 comments Download
M tests/compiler/dart2js/type_combination_test.dart View 1 3 chunks +54 lines, -84 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kasperl
7 years, 9 months ago (2013-03-05 14:48:55 UTC) #1
ngeoffray
LGTM! https://codereview.chromium.org/12443005/diff/6/sdk/lib/_internal/compiler/implementation/world.dart File sdk/lib/_internal/compiler/implementation/world.dart (right): https://codereview.chromium.org/12443005/diff/6/sdk/lib/_internal/compiler/implementation/world.dart#newcode135 sdk/lib/_internal/compiler/implementation/world.dart:135: Iterable<ClassElement> commonSupertypesOf(ClassElement x, ClassElement y) { Please add ...
7 years, 9 months ago (2013-03-05 15:05:50 UTC) #2
kasperl
7 years, 9 months ago (2013-03-05 15:08:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r19485 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698