|
Move function prototype handling into a special handler rather than IC
Adjust hydrogen handling of function.prototype to be based on map feedback. Handle non-instance prototype loading using an IC rather than in the hydrogen instruction. In the future, remove the special instruction and replace by multiple hydrogen instructions.
BUG=
R=mvstanton@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=22526
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+52 lines, -145 lines) |
Patch |
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/arm64/lithium-codegen-arm64.cc
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/ast.h
|
View
|
|
5 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
1
|
1 chunk |
+14 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
|
6 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
|
2 chunks |
+10 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/type-info.h
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/type-info.cc
|
View
|
|
2 chunks |
+5 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/typing.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
src/x64/lithium-codegen-x64.cc
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|