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

Issue 14636002: Make TypeMask an interface and start hiding implementation details of FlatTypeMask. (Closed)

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

Description

Make TypeMask an interface and start hiding implementation details of FlatTypeMask. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=22246

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -111 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 3 chunks +4 lines, -23 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 1 chunk +14 lines, -20 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/type_mask.dart View 1 2 16 chunks +168 lines, -44 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/universe/universe.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/world.dart View 1 1 chunk +4 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
7 years, 7 months ago (2013-04-30 10:16:50 UTC) #1
kasperl
LGTM with a few ideas for future cleanups. https://codereview.chromium.org/14636002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/14636002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2278 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2278: receiverClass ...
7 years, 7 months ago (2013-04-30 14:03:23 UTC) #2
ngeoffray
Thanks Kasper for the comments. PTAL. https://codereview.chromium.org/14636002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/14636002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2278 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2278: receiverClass = mask.topClass(); ...
7 years, 7 months ago (2013-05-01 12:56:16 UTC) #3
kasperl
LGTM! This is great. https://codereview.chromium.org/14636002/diff/6001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/14636002/diff/6001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2307 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2307: Very nice. I'd remove this ...
7 years, 7 months ago (2013-05-01 13:01:04 UTC) #4
ngeoffray
Thanks Kasper. https://codereview.chromium.org/14636002/diff/6001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/14636002/diff/6001/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2307 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2307: On 2013/05/01 13:01:04, kasperl wrote: > Very ...
7 years, 7 months ago (2013-05-01 13:16:40 UTC) #5
ngeoffray
7 years, 7 months ago (2013-05-01 13:29:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r22246 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698