Another step on the way to context snapshots. We can now refer to
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 08:25:48 +0000 (08:25 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 08:25:48 +0000 (08:25 +0000)
commit90045ddd5e8fb9c8ca1c8c488c46b0092b2e256c
tree708fb664aace93c325ec5b8e4f911f3484893465
parent97e3aae5ef4d9fc27d3b77ef8d87b024698f15ec
Another step on the way to context snapshots.  We can now refer to
objects in the startup heap from a partial snapshot.  This happens
through the partial snapshot cache.  A startup snapshot and a
partial snapshot are created together so that the startup snapshot
contains the partial snapshot cache entries needed.
Review URL: http://codereview.chromium.org/548149

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