|
|
Change dart frame and stub frame layout to include the PC of the code executing on the frame. The stack frame layout is as follows:
ret PC
saved EBP <== EBP
PC (used to locate RawInstruction) <== ESP
Committed: https://code.google.com/p/dart/source/detail?r=7675
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+431 lines, -203 lines) |
Patch |
 |
M |
vm/assembler_macros_ia32.h
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/assembler_macros_ia32.cc
|
View
|
1
2
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/assembler_macros_x64.h
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/assembler_macros_x64.cc
|
View
|
1
2
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/code_generator_ia32.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/code_generator_ia32.cc
|
View
|
1
2
|
11 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
vm/debugger.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
vm/disassembler_ia32.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
vm/find_code_object_test.cc
|
View
|
1
2
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_builder.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler_x64.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler_x64.cc
|
View
|
1
2
|
7 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
 |
M |
vm/object.h
|
View
|
1
2
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/object.cc
|
View
|
1
2
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/parser.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/parser.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
vm/raw_object.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
vm/stack_frame.h
|
View
|
1
2
|
4 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
 |
M |
vm/stack_frame.cc
|
View
|
1
2
|
5 chunks |
+29 lines, -36 lines |
0 comments
|
Download
|
 |
M |
vm/stub_code_ia32.cc
|
View
|
1
2
|
26 chunks |
+92 lines, -54 lines |
0 comments
|
Download
|
 |
M |
vm/stub_code_x64.cc
|
View
|
1
2
|
26 chunks |
+62 lines, -47 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|