|
Change the register allocator so that it no longer tracks references
to the platform-specific reserved registers. They are always in use
for their intended purpose, cannot appear in the virtual frame, and
can be freely used without allocation in the code generator.
Committed: http://code.google.com/p/v8/source/detail?r=2061
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+793 lines, -428 lines) |
Patch |
|
M |
src/arm/assembler-arm.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/jump-target-arm.cc
|
View
|
|
7 chunks |
+14 lines, -16 lines |
0 comments
|
Download
|
|
A |
src/arm/register-allocator-arm.h
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/register-allocator-arm.cc
|
View
|
|
1 chunk |
+2 lines, -47 lines |
0 comments
|
Download
|
|
A |
src/arm/register-allocator-arm-inl.h
|
View
|
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/virtual-frame-arm.h
|
View
|
1
|
12 chunks |
+35 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/arm/virtual-frame-arm.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
1
2
|
12 chunks |
+71 lines, -45 lines |
0 comments
|
Download
|
|
M |
src/ia32/jump-target-ia32.cc
|
View
|
|
8 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
|
A |
src/ia32/register-allocator-ia32.h
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/register-allocator-ia32.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
|
A |
src/ia32/register-allocator-ia32-inl.h
|
View
|
|
1 chunk |
+82 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.h
|
View
|
1
|
14 chunks |
+39 lines, -31 lines |
2 comments
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.cc
|
View
|
1
2
|
27 chunks |
+44 lines, -42 lines |
0 comments
|
Download
|
|
M |
src/jump-target.cc
|
View
|
|
6 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/jump-target-inl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/register-allocator.h
|
View
|
1
|
5 chunks |
+72 lines, -50 lines |
0 comments
|
Download
|
|
M |
src/register-allocator.cc
|
View
|
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/register-allocator-inl.h
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/virtual-frame.cc
|
View
|
|
15 chunks |
+28 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A |
src/x64/register-allocator-x64.h
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/x64/register-allocator-x64-inl.h
|
View
|
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/virtual-frame-x64.h
|
View
|
1
|
14 chunks |
+39 lines, -31 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|