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

Issue 11024003: Add a fixed array type. (Closed)

Created:
8 years, 2 months ago by ngeoffray
Modified:
8 years, 2 months ago
Reviewers:
Søren Gjesse, floitsch
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Add a fixed array type. Committed: https://code.google.com/p/dart/source/detail?r=13224

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -12 lines) Patch
M lib/compiler/implementation/ssa/nodes.dart View 1 2 chunks +6 lines, -5 lines 0 comments Download
M lib/compiler/implementation/ssa/optimize.dart View 1 2 chunks +17 lines, -7 lines 0 comments Download
M lib/compiler/implementation/ssa/types.dart View 1 4 chunks +31 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/type_combination_test.dart View 1 43 chunks +89 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 2 months ago (2012-09-30 08:40:07 UTC) #1
Søren Gjesse
lgtm http://codereview.chromium.org/11024003/diff/4001/lib/compiler/implementation/ssa/types.dart File lib/compiler/implementation/ssa/types.dart (right): http://codereview.chromium.org/11024003/diff/4001/lib/compiler/implementation/ssa/types.dart#newcode615 lib/compiler/implementation/ssa/types.dart:615: const HFixedArrayType(); Would it make sense to add ...
8 years, 2 months ago (2012-10-01 06:47:31 UTC) #2
ngeoffray
8 years, 2 months ago (2012-10-01 21:54:39 UTC) #3
Thanks Soren

http://codereview.chromium.org/11024003/diff/4001/lib/compiler/implementation...
File lib/compiler/implementation/ssa/types.dart (right):

http://codereview.chromium.org/11024003/diff/4001/lib/compiler/implementation...
lib/compiler/implementation/ssa/types.dart:615: const HFixedArrayType();
On 2012/10/01 06:47:31, Søren Gjesse wrote:
> Would it make sense to add the length (if known) to the HFixedArrayType?

Yes, I was planning on doing that as the next step.

Powered by Google App Engine
This is Rietveld 408576698