|
Optimized calling of C++ builtins (and HandleApiCall
in particular).
* Called function is passed on the stack instead of
using a static variable.
* Builtins that don't need the called function don't
get it.
* Made is_construct statically known to HandleApiCall
by setting custom construct stub for API functions.
Committed: http://code.google.com/p/v8/source/detail?r=3613
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+319 lines, -142 lines) |
Patch |
|
M |
src/arm/builtins-arm.cc
|
View
|
|
4 chunks |
+49 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/assembler.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/assembler.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
|
6 chunks |
+29 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
|
19 chunks |
+128 lines, -65 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/builtins-ia32.cc
|
View
|
|
4 chunks |
+53 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
|
4 chunks |
+53 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|