|
Begin using the top-level code generator for code that is inside
directly-applied function literals that are themselves compiled with
the top-level code generator.
The choice is guarded by a test that the function is anonymous (thus
not expected to be recursive) and not in a loop.
A compilation hint is set in the shared function info and used to make
the choice.
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+122 lines, -46 lines) |
Patch |
|
M |
src/arm/fast-codegen-arm.cc
|
View
|
|
8 chunks |
+21 lines, -10 lines |
4 comments
|
Download
|
|
M |
src/ast.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
2 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
|
5 chunks |
+27 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/fast-codegen.h
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/fast-codegen.cc
|
View
|
|
6 chunks |
+7 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/ia32/fast-codegen-ia32.cc
|
View
|
|
9 chunks |
+22 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/x64/fast-codegen-x64.cc
|
View
|
|
8 chunks |
+21 lines, -10 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|