Snapshots: Add --extra-code flag to mksnapshot which lets you specify a file
authorerikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Jun 2012 18:38:03 +0000 (18:38 +0000)
committererikcorry <erikcorry@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Jun 2012 18:38:03 +0000 (18:38 +0000)
commit458e87fd05080071622b161cb861ff4ee4a20f0f
treecb01be5087c84642a329453fa0aba46e01a14197
parentedc231e2a90416ee23ded7768700cf1de23eb69d
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.
Review URL: http://codereview.chromium.org/10574013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11871 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/flag-definitions.h
src/heap.cc
src/isolate.cc
src/isolate.h
src/mksnapshot.cc
src/serialize.cc
src/serialize.h
src/snapshot-common.cc
src/snapshot.h
test/cctest/test-serialize.cc