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

Issue 12753003: Recognize const/fixed/growable arrays in simple types inferrer. (Closed)

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

Description

Recognize const/fixed/growable arrays in simple types inferrer. Committed: https://code.google.com/p/dart/source/detail?r=19766

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -41 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 chunks +12 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 1 chunk +17 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 1 chunk +7 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 chunks +8 lines, -25 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 4 chunks +23 lines, -7 lines 0 comments Download
M sdk/lib/core/list.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/value_range_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/utils/dummy_compiler_test.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
7 years, 9 months ago (2013-03-10 20:46:16 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/12753003/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/12753003/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode608 sdk/lib/_internal/compiler/implementation/compiler.dart:608: Selector callConstructor = new Selector.callConstructor( Remove a space ...
7 years, 9 months ago (2013-03-11 08:40:57 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/12753003/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart File sdk/lib/_internal/compiler/implementation/compiler.dart (right): https://codereview.chromium.org/12753003/diff/1/sdk/lib/_internal/compiler/implementation/compiler.dart#newcode608 sdk/lib/_internal/compiler/implementation/compiler.dart:608: Selector callConstructor = new Selector.callConstructor( On 2013/03/11 ...
7 years, 9 months ago (2013-03-11 08:59:57 UTC) #3
ngeoffray
7 years, 9 months ago (2013-03-11 09:19:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r19766 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698