Reviewers: Erik Corry, Søren Gjesse, Description: 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 Please review this at http://codereview.chromium.org/6901090/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M SConstruct M include/v8.h M samples/shell.cc M src/api.cc M src/list-inl.h M src/list.h M src/mksnapshot.cc M src/snapshot-common.cc M src/snapshot-empty.cc M src/snapshot.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
