Keep natives source code in external strings instead of putting
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Nov 2009 13:48:33 +0000 (13:48 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 6 Nov 2009 13:48:33 +0000 (13:48 +0000)
commit6a3921fc0e1f013183cdc95400cd3a88a1385ceb
treece615fcb8a73cdbfbfa1265a95669d6e96765850
parent321bed24f62b24f2bc5416630850d95ff7be3aa2
Keep natives source code in external strings instead of putting
it in regular flat strings that are part of the snapshot.
After this change we don't need libraries-empty.cc any more.  In
this change libraries-empty.cc is just a the same as libraries.cc
and the scons build builds it but does not use it.  We can move
in stages to a situation where it is not generated at all for all
the build systems that we have.
Review URL: http://codereview.chromium.org/360050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3238 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/SConscript
src/bootstrapper.cc
src/bootstrapper.h
src/objects-inl.h
src/objects.cc
src/objects.h
src/serialize.cc
src/serialize.h
test/cctest/cctest.status
tools/js2c.py