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

Issue 12327010: Infer types of final fields. (Closed)

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

Description

Infer types of final fields. Committed: https://code.google.com/p/dart/source/detail?r=18825

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+363 lines, -154 lines) Patch
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 5 chunks +6 lines, -63 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 2 18 chunks +259 lines, -87 lines 0 comments Download
A tests/language/field_override2_test.dart View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
7 years, 10 months ago (2013-02-20 16:25:18 UTC) #1
kasperl
https://codereview.chromium.org/12327010/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/types.dart File sdk/lib/_internal/compiler/implementation/ssa/types.dart (right): https://codereview.chromium.org/12327010/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/types.dart#newcode121 sdk/lib/_internal/compiler/implementation/ssa/types.dart:121: static HType mapBaseType(BaseType baseType, Compiler compiler) { Could these ...
7 years, 10 months ago (2013-02-21 08:32:38 UTC) #2
ngeoffray
Thanks Kasper. PTAL. https://codereview.chromium.org/12327010/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/types.dart File sdk/lib/_internal/compiler/implementation/ssa/types.dart (right): https://codereview.chromium.org/12327010/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/types.dart#newcode121 sdk/lib/_internal/compiler/implementation/ssa/types.dart:121: static HType mapBaseType(BaseType baseType, Compiler compiler) ...
7 years, 10 months ago (2013-02-21 11:35:16 UTC) #3
kasperl
LGTM.
7 years, 10 months ago (2013-02-21 11:47:04 UTC) #4
ngeoffray
7 years, 10 months ago (2013-02-21 12:50:35 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r18825 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698