|
Refactored custom call IC generators:
* All generators are listed in a single place.
* Generators are installed as a separate pass in the bootstrapper.
* Replaced pointers to generator functions with integer ids.
Committed: http://code.google.com/p/v8/source/detail?r=4606
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+136 lines, -158 lines) |
Patch |
|
M |
src/arm/stub-cache-arm.cc
|
View
|
|
4 chunks |
+6 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/assembler.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
4 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/stub-cache-ia32.cc
|
View
|
|
4 chunks |
+6 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
2 chunks |
+3 lines, -38 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
1 chunk |
+7 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
1
2
|
4 chunks |
+40 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
2
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/stub-cache-x64.cc
|
View
|
|
4 chunks |
+6 lines, -18 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|