v8/include
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
..
v8-debug.h Fix crash in Debug::SendCommand. 2011-03-22 18:02:23 +00:00
v8-preparser.h Make preparser api be exported in shared libraries. 2011-04-07 08:41:37 +00:00
v8-profiler.h Remove snapshots-related code that is implemented in DevTools heap profiler. 2011-03-29 12:52:07 +00:00
v8-testing.h ARM: Port r7089 to ARM 2011-03-10 13:58:20 +00:00
v8.h Add support for startup data (snapshot) compression. 2011-04-29 12:08:33 +00:00
v8stdint.h Extract essential type declarations into separate file. 2010-11-04 08:52:49 +00:00