|
|
ICData is now a wrapper object that refers to the calling function, target name, ic data array, etc. The old ICData C++ class that wrapped around an Array is removed. The advantage is that the ICData object remains the same, only its ic_data array object is being modified as classes are added..
TODO: store ICData-s into function so that the type feedback can be easily extracted (currently must traverse the unoptimized code).
Committed: https://code.google.com/p/dart/source/detail?r=4417
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+512 lines, -540 lines) |
Patch |
 |
M |
runtime/vm/ast.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
10 chunks |
+24 lines, -26 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+12 lines, -19 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+13 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+14 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/compiler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
runtime/vm/ic_data.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -81 lines |
0 comments
|
Download
|
 |
D |
runtime/vm/ic_data.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -130 lines |
0 comments
|
Download
|
 |
D |
runtime/vm/ic_data_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
6 chunks |
+74 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+123 lines, -15 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_test.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/opt_code_generator_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
13 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+22 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
21 chunks |
+39 lines, -37 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
18 chunks |
+23 lines, -26 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/vm_sources.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|