|
Out-of-line constant pool on Arm: Stage 2 - Introduce ConstantPoolArray object.
Second stage of implementing an out-of-line constant pool on Arm. This CL
Introduces the ConstantPoolArray object which will be used as the backing
store of out-of-line constant pools. Nothing uses this object yet.
BUG=
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17197
Total comments: 6
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+567 lines, -125 lines) |
Patch |
|
M |
include/v8.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+62 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap-inl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+97 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-debug.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+115 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects-printer.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-visiting.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-visiting.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-visiting-inl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/store-buffer-inl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/test-constantpool.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/v8heapconst.py
|
View
|
1
2
3
|
3 chunks |
+123 lines, -121 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|