|
Remember and reuse derived map for external arrays
Ensure that all objects that had the same map before attaching an external array have the same map once the external array is attached.
BUG= 75639
TEST=fast/canvas/webgl/uninitialized-test.html
Committed: http://code.google.com/p/v8/source/detail?r=7318
Total comments: 2
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+289 lines, -70 lines) |
Patch |
|
M |
src/api.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
2
3
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/mirror-debugger.js
|
View
|
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
|
6 chunks |
+47 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
|
7 chunks |
+90 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/property.h
|
View
|
1
2
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
|
M |
src/property.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/stub-cache.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/v8globals.h
|
View
|
1
2
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-api.cc
|
View
|
1
2
3
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|