|
Improve load IC so it can call a native accessor even if the holder is
in dictionary mode. Add a flag to all maps to indicate whether they are
used for dictionary (normalized) objects or fast mode objects.
Committed: https://code.google.com/p/v8/source/detail?r=12264
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1391 lines, -1140 lines) |
Patch |
|
M |
benchmarks/regexp.js
|
View
|
|
13 chunks |
+1132 lines, -1106 lines |
0 comments
|
Download
|
|
M |
benchmarks/run.js
|
View
|
|
1 chunk |
+7 lines, -7 lines |
2 comments
|
Download
|
|
M |
src/arm/stub-cache-arm.cc
|
View
|
1
|
2 chunks |
+41 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/hydrogen.cc
|
View
|
1
|
7 chunks |
+28 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/hydrogen-instructions.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/stub-cache-ia32.cc
|
View
|
|
2 chunks |
+41 lines, -0 lines |
1 comment
|
Download
|
|
M |
src/ic.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
2 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
7 chunks |
+8 lines, -1 line |
2 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/type-info.cc
|
View
|
|
2 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/x64/stub-cache-x64.cc
|
View
|
1
|
2 chunks |
+42 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
|
2 chunks |
+41 lines, -8 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|