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 12509005: Add intersection of disjoint masks to the TypeMask implementation. (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 intersection of disjoint masks to the TypeMask implementation. R=ngeoffray@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=19614

Patch Set 1 #

Patch Set 2 : Hmm. #

Total comments: 7

Patch Set 3 : Fix typos. #

Patch Set 4 : Update comment. #

Patch Set 5 : Address review feedback. #

Patch Set 6 : Don't optimize malformed checked mode checks. #

Patch Set 7 : Move malformed check. #

Patch Set 8 : Allow base == null. Ugh. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -16 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 3 4 5 6 3 chunks +13 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/type_mask.dart View 1 2 3 4 5 6 7 8 chunks +91 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kasperl
7 years, 9 months ago (2013-03-07 09:53:56 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/12509005/diff/3001/sdk/lib/_internal/compiler/implementation/types/type_mask.dart File sdk/lib/_internal/compiler/implementation/types/type_mask.dart (right): https://codereview.chromium.org/12509005/diff/3001/sdk/lib/_internal/compiler/implementation/types/type_mask.dart#newcode278 sdk/lib/_internal/compiler/implementation/types/type_mask.dart:278: // because we wouldn't need a disjoint intersection ...
7 years, 9 months ago (2013-03-07 10:09:44 UTC) #2
kasperl
PTAL. I had to add a hack to the way we deal with malformed checked ...
7 years, 9 months ago (2013-03-07 11:36:13 UTC) #3
ngeoffray
Still LGTM
7 years, 9 months ago (2013-03-07 11:39:31 UTC) #4
kasperl
7 years, 9 months ago (2013-03-07 12:20:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #8 manually as r19614 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698