|
This change allows generating call-stubs for objects with normal (non-fast) objects in the prototype chain. StubCompiler::CheckPrototypes does ne
If the top level object is a normal object the stub is stored in its prototype map.
Lookup result of type NORMAL is not covered (since the normal stub currently doesn't check the prototype chain).
Committed: http://code.google.com/p/v8/source/detail?r=5010
Total comments: 28
Total comments: 29
Total comments: 20
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+554 lines, -206 lines) |
Patch |
|
M |
src/arm/stub-cache-arm.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
|
M |
src/ia32/stub-cache-ia32.cc
|
View
|
1
2
3
4
5
|
15 chunks |
+262 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/ic.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+64 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/ic-inl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
1
2
3
4
5
|
5 chunks |
+25 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
2
3
4
5
|
25 chunks |
+82 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/v8-counters.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/stub-cache-x64.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
test/mjsunit/call-stub.js
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|