|
Implementing inline caches for GenericBinaryOpStub.
There are 3 fast cases: HeapNumber operands, String operands and Object operands.
This CL implements it for ia32 only.
Total comments: 12
Total comments: 44
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+855 lines, -248 lines) |
Patch |
|
M |
src/arm/codegen-arm.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
2 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.h
|
View
|
1
|
8 chunks |
+85 lines, -9 lines |
4 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
1
|
18 chunks |
+637 lines, -223 lines |
36 comments
|
Download
|
|
M |
src/ic.h
|
View
|
1
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
1
|
2 chunks |
+47 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/log.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/spaces.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|