Skip to content

Commit

Permalink
fix: re-enable v8 snapshot compression (#864)
Browse files Browse the repository at this point in the history
It was disabled upstream¹, citing a minimal size bump of ~400 kB.
However Deno got ~24 MB bigger, which is unacceptable.

¹ https://chromium-review.googlesource.com/c/v8/v8/+/3275554
  • Loading branch information
piscisaureus committed Jan 8, 2022
1 parent bab4467 commit 1cedb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ default_args = {
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
clang_use_chrome_plugins = false
v8_monolithic = false
v8_enable_snapshot_compression = true
v8_use_external_startup_data = false
v8_use_snapshot = true
is_component_build = false
Expand Down

0 comments on commit 1cedb0e

Please sign in to comment.