|
Clean up the Result class. Reduce the size of Result from four words
to one by keeping a stack of active code generators and by using
indirection to handles.
Mainly a cleanup. No visible performance impact.
Committed: http://code.google.com/p/v8/source/detail?r=1965
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+143 lines, -108 lines) |
Patch |
|
M |
src/codegen.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
34 chunks |
+37 lines, -37 lines |
1 comment
|
Download
|
|
M |
src/ia32/register-allocator-ia32.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/virtual-frame-ia32.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/register-allocator.h
|
View
|
1
|
4 chunks |
+49 lines, -28 lines |
2 comments
|
Download
|
|
M |
src/register-allocator.cc
|
View
|
|
5 chunks |
+17 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/register-allocator-inl.h
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
src/virtual-frame.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-log-ia32.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|