|
|
Properly set the element type of literal lists.
Add test.
Keep element type consistent between growable array and backing array.
Fix snapshot reader to set the element type in growable array
Remove run time call checking rest argument.
Committed: https://code.google.com/p/dart/source/detail?r=7337
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+252 lines, -251 lines) |
Patch |
 |
M |
runtime/lib/error.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/ast.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
|
3 chunks |
+4 lines, -68 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
1
|
6 chunks |
+52 lines, -50 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_x64.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_x64.cc
|
View
|
1
|
6 chunks |
+52 lines, -50 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.h
|
View
|
1
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.cc
|
View
|
1
|
7 chunks |
+36 lines, -24 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
1
|
4 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
|
4 chunks |
+41 lines, -28 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
4 chunks |
+31 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/list_literal4_test.dart
|
View
|
1
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|