Orthogonalize the byte codes used for the snapshot so that
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 May 2010 13:54:31 +0000 (13:54 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 20 May 2010 13:54:31 +0000 (13:54 +0000)
commit52cef3f0e10a3fc1e38882d15ed9d2597786b760
tree33ea5e7cd60d30099840cdf7e1604768cc1ea154
parent355d3166e171a97f8334ef8f13d023409930b728
Orthogonalize the byte codes used for the snapshot so that
the issue of how the pointee is found and how the pointer
is encoded are separated out.  This will make it simpler to
support various pointers from and to code in the future.
Review URL: http://codereview.chromium.org/2069013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4687 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm.cc
src/assembler.h
src/ia32/assembler-ia32.cc
src/serialize.cc
src/serialize.h
src/x64/assembler-x64.cc