v8/samples
mikhail.naganov@gmail.com ec58c05f4e Add support for startup data (snapshot) compression.
This is for mobile platforms where application footprint size is
important. To avoid including compression libraries into V8, we assume
that the host machine have them (true for Linux), and rely on embedder
to provide decompressed data.

Currently, only snapshot data can be comressed. It is also possible to
compress libraries sources, but it is more involved and will be
addressed in another CL.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6901090

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7724 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-04-29 12:08:33 +00:00
..
count-hosts.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
lineprocessor.cc Mark up debugger support in sample file 2010-04-09 13:02:25 +00:00
process.cc Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
samples.gyp Initial attempt to add support for using gyp to build V8 itself 2010-12-14 08:16:39 +00:00
SConscript Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
shell.cc Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00