|
|
Initial (stub) port of jump targets to the ARM platform.
The JumpTarget and VirtualFrame classes have been split out into their own
source files, with platform-specific include and implementation files.
Much of the code can ultimately be shared.
Committed: http://code.google.com/p/v8/source/detail?r=712
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1525 lines, -835 lines) |
Patch |
 |
M |
src/SConscript
|
View
|
1
2
|
1 chunk |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/ast.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/codegen-arm.h
|
View
|
1
2
|
8 chunks |
+19 lines, -57 lines |
0 comments
|
Download
|
 |
M |
src/codegen-arm.cc
|
View
|
1
2
|
52 chunks |
+113 lines, -98 lines |
0 comments
|
Download
|
 |
M |
src/codegen-ia32.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/jump-target.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/jump-target-arm.h
|
View
|
|
1 chunk |
+184 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/jump-target-arm.cc
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/jump-target-ia32.h
|
View
|
1
|
1 chunk |
+198 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/jump-target-ia32.cc
|
View
|
|
1 chunk |
+215 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/macro-assembler-ia32.h
|
View
|
1
2
|
2 chunks |
+0 lines, -412 lines |
0 comments
|
Download
|
 |
M |
src/macro-assembler-ia32.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -260 lines |
0 comments
|
Download
|
 |
A |
src/virtual-frame.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/virtual-frame-arm.h
|
View
|
1
2
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/virtual-frame-arm.cc
|
View
|
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/virtual-frame-ia32.h
|
View
|
1
2
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/virtual-frame-ia32.cc
|
View
|
|
1 chunk |
+120 lines, -0 lines |
1 comment
|
Download
|
 |
A |
src/virtual-frame-ia32-inl.h
|
View
|
|
1 chunk |
+147 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|