commit | b550792f0f9357f380d501288f368e85d43279b8 | [log] [tgz] |
---|---|---|
author | Hitoshi Yoshida <peria@chromium.org> | Tue Jan 23 11:00:01 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 23 11:00:01 2018 |
tree | 32c8932b0496e19954d87d0a0decee72cb21a0db | |
parent | bf779fc562b95cc6a65b3f5a045f2777f97232af [diff] |
chrome: Unship snapshot_blob.bin from Win/Mac/Linux We are shipping snapshot_blob.bin and v8_context_snapshot.bin with Chrome for speed up of launching V8 environments. Beside it, v8_context_snapshot.bin contains all information in snapshot_blob.bin, and we no longer need snapshot_blob.bin if v8_context_snapshot.bin is available. This CL drops snapshot_blob.bin from Chrome for such platforms to reduce the size of shipping binaries and memory usages. Bug: 789964, 796127 Change-Id: I4c17f803212b845b2021936d7eb1eec913d76c68 Reviewed-on: https://chromium-review.googlesource.com/812587 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#531204}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .