|
Make the CompareStub and the UnaryOpStub accept smi inputs.
The stubs get an additional flag for including the smi code
inside the stub. This allows us to generate more compact code
if we don't want to inline the smi case outside the stub.
Committed: http://code.google.com/p/v8/source/detail?r=5456
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+392 lines, -151 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
|
8 chunks |
+70 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/arm/codegen-arm.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/full-codegen-arm.cc
|
View
|
|
7 chunks |
+21 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
|
5 chunks |
+57 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
1 comment
|
Download
|
|
M |
src/full-codegen.cc
|
View
|
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
6 chunks |
+71 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
8 chunks |
+28 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
7 chunks |
+19 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
|
5 chunks |
+66 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
7 chunks |
+28 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
|
7 chunks |
+20 lines, -8 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|