|
Snapshots: Add --extra-code flag to mksnapshot which lets you specify a file
with more JS code that is loaded into the VM before writing the snapshot. Get
rid of the hard coded limit on the partial snapshot cache size. This change
disables most of the serializer tests for the snapshot build of the VM: It's
getting too complicated to support both booting from a snapshot and then
creating a new snapshot from the same VM or loading more code with another
snapshot in the same VM.
Committed: http://code.google.com/p/v8/source/detail?r=11871
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+238 lines, -141 lines) |
Patch |
|
M |
src/flag-definitions.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
1
|
6 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/mksnapshot.cc
|
View
|
1
|
3 chunks |
+59 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
6 chunks |
+33 lines, -50 lines |
0 comments
|
Download
|
|
M |
src/snapshot.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/snapshot-common.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-serialize.cc
|
View
|
1
|
7 chunks |
+95 lines, -85 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|