|
Eliminate special keyed load string stub in favor of uniform handlers.
KeyedLoadIC installs a special case if the receiver is a string.
Although there are several maps for strings, in practice we seem to
be able to treat them individually because a given KeyedLoad site
only sees 1-2 string types.
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24661
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+219 lines, -201 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm64/code-stubs-arm64.cc
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
1
|
6 chunks |
+37 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
1
|
2 chunks |
+41 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/ic/arm/ic-arm.cc
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/ic/arm64/ic-arm64.cc
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/ic/handler-compiler.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ic/ia32/ic-ia32.cc
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.h
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.cc
|
View
|
1
|
4 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/ic/ic-compiler.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ic/mips/ic-mips.cc
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/ic/x64/ic-x64.cc
|
View
|
1
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/mips/code-stubs-mips.cc
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/type-info.cc
|
View
|
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|