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

Issue 13019003: Enable full type-checks in checked mode. (Closed)

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

Description

Enable full type-checks in checked mode. BUG= R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=22735

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fix a bug. #

Total comments: 20

Patch Set 4 : Use HTypeConversion instead of HIs. #

Total comments: 37

Patch Set 5 : Rebase. #

Patch Set 6 : Address comments. #

Total comments: 6

Patch Set 7 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -140 lines) Patch
M sdk/lib/_internal/compiler/implementation/closure.dart View 1 2 3 4 5 6 chunks +42 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 3 4 5 6 5 chunks +37 lines, -11 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_rti.dart View 1 2 3 4 5 6 5 chunks +27 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 3 4 5 6 11 chunks +84 lines, -39 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 3 4 5 6 1 chunk +69 lines, -63 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 3 4 5 6 3 chunks +19 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 3 4 5 6 2 chunks +10 lines, -2 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 3 4 5 6 chunks +2 lines, -10 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 6 1 chunk +1 line, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
karlklose
7 years, 8 months ago (2013-04-10 09:36:21 UTC) #1
ahe
DBC Not sure if this is relevant. But you may miss an issue of code ...
7 years, 8 months ago (2013-04-10 16:18:30 UTC) #2
ngeoffray
Initial comments, but as discussed, we should not use HIs for checked mode checks. I ...
7 years, 8 months ago (2013-04-15 10:59:14 UTC) #3
Johnni Winther
https://codereview.chromium.org/13019003/diff/7001/sdk/lib/_internal/compiler/implementation/lib/js_rti.dart File sdk/lib/_internal/compiler/implementation/lib/js_rti.dart (right): https://codereview.chromium.org/13019003/diff/7001/sdk/lib/_internal/compiler/implementation/lib/js_rti.dart#newcode247 sdk/lib/_internal/compiler/implementation/lib/js_rti.dart:247: if (JS('bool', '#.func', s) == true || JS('bool', '#.func', ...
7 years, 8 months ago (2013-04-17 08:04:20 UTC) #4
karlklose
Please take another look, Nicolas. https://codereview.chromium.org/13019003/diff/7001/sdk/lib/_internal/compiler/implementation/closure.dart File sdk/lib/_internal/compiler/implementation/closure.dart (right): https://codereview.chromium.org/13019003/diff/7001/sdk/lib/_internal/compiler/implementation/closure.dart#newcode419 sdk/lib/_internal/compiler/implementation/closure.dart:419: // therefor the closure ...
7 years, 7 months ago (2013-05-02 15:04:54 UTC) #5
karlklose
ping.
7 years, 7 months ago (2013-05-13 08:28:50 UTC) #6
ngeoffray
https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart File sdk/lib/_internal/compiler/implementation/closure.dart (right): https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart#newcode436 sdk/lib/_internal/compiler/implementation/closure.dart:436: // from a parameter; in checked mode, we need ...
7 years, 7 months ago (2013-05-13 09:10:59 UTC) #7
karlklose
Thanks, Nicolas! https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart File sdk/lib/_internal/compiler/implementation/closure.dart (right): https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart#newcode436 sdk/lib/_internal/compiler/implementation/closure.dart:436: // from a parameter; in checked mode, ...
7 years, 7 months ago (2013-05-14 13:49:41 UTC) #8
ngeoffray
LGTM! Nice. https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart File sdk/lib/_internal/compiler/implementation/closure.dart (right): https://codereview.chromium.org/13019003/diff/20001/sdk/lib/_internal/compiler/implementation/closure.dart#newcode436 sdk/lib/_internal/compiler/implementation/closure.dart:436: // from a parameter; in checked mode, ...
7 years, 7 months ago (2013-05-15 08:45:32 UTC) #9
karlklose
Thanks, Nicolas! https://codereview.chromium.org/13019003/diff/32001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/13019003/diff/32001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode1744 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:1744: if (identical(type.element, compiler.objectClass)) return original; Removed. They ...
7 years, 7 months ago (2013-05-15 12:59:16 UTC) #10
karlklose
Committed patchset #7 manually as r22735 (presubmit successful).
7 years, 7 months ago (2013-05-15 13:41:10 UTC) #11
kasperl
7 years, 7 months ago (2013-05-15 14:01:31 UTC) #12
Message was sent while issue was closed.
w00t!

Powered by Google App Engine
This is Rietveld 408576698