|
New snapshot framework. Doesn't work on ARM yet (code targets
are different). Is able to deserialize the whole heap and run
some stuff. Not available as the primary snapshot system yet.
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+933 lines, -42 lines) |
Patch |
|
M |
include/v8.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/assembler-arm.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/globals.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
|
8 chunks |
+26 lines, -5 lines |
1 comment
|
Download
|
|
M |
src/heap.cc
|
View
|
|
2 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/list.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
|
2 chunks |
+227 lines, -1 line |
9 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
3 chunks |
+485 lines, -0 lines |
7 comments
|
Download
|
|
M |
src/snapshot.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/snapshot-common.cc
|
View
|
|
3 chunks |
+55 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/spaces.cc
|
View
|
|
4 chunks |
+14 lines, -9 lines |
2 comments
|
Download
|
|
M |
src/v8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/v8.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
|
6 chunks |
+55 lines, -3 lines |
1 comment
|
Download
|
Total messages: 3 (0 generated)
|