|
|
Second set of changes for implementation of stack map support.
- Added functionality to be able to build stack maps in the compiler and register them into the Code object during Code finalization.
- Merged code_generator_ia32_test.cc and code_generator_x64_test.cc into code_generator_test.cc as the two files were identical.
Committed: https://code.google.com/p/dart/source/detail?r=5764
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+433 lines, -1111 lines) |
Patch |
 |
A |
vm/code_descriptors.h
|
View
|
1
2
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
 |
A |
vm/code_descriptors.cc
|
View
|
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A |
vm/code_descriptors_test.cc
|
View
|
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator.h
|
View
|
|
2 chunks |
+1 line, -49 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator.cc
|
View
|
|
2 chunks |
+1 line, -34 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator_arm.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/code_generator_ia32.h
|
View
|
|
4 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/code_generator_ia32.cc
|
View
|
|
3 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
D |
vm/code_generator_ia32_test.cc
|
View
|
|
1 chunk |
+0 lines, -500 lines |
0 comments
|
Download
|
 |
A + |
vm/code_generator_test.cc
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator_x64.h
|
View
|
|
5 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator_x64.cc
|
View
|
|
3 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
D |
vm/code_generator_x64_test.cc
|
View
|
|
1 chunk |
+0 lines, -500 lines |
0 comments
|
Download
|
 |
M |
vm/compiler.cc
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler_x64.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler_x64.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/object.h
|
View
|
|
4 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
vm/object.cc
|
View
|
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vm/raw_object.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
vm/vm_sources.gypi
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|