| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 085a94a commit b736370
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,6 @@ | |||
| 83 | 83 | 'v8_enable_external_code_space%': 0, | |
| 84 | 84 | 'v8_enable_sandbox%': 0, | |
| 85 | 85 | 'v8_enable_v8_checks%': 0, | |
| 86 | - 'v8_enable_zone_compression%': 0, | ||
| 87 | 86 | 'v8_use_perfetto': 0, | |
| 88 | 87 | 'tsan%': 0, | |
| 89 | 88 | ||
@@ -453,9 +452,6 @@ | |||
| 453 | 452 | ['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', { | |
| 454 | 453 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'], | |
| 455 | 454 | }], | |
| 456 | - ['v8_enable_zone_compression == 1', { | ||
| 457 | - 'defines': ['V8_COMPRESS_ZONES',], | ||
| 458 | - }], | ||
| 459 | 455 | ['v8_enable_sandbox == 1', { | |
| 460 | 456 | 'defines': ['V8_ENABLE_SANDBOX',], | |
| 461 | 457 | }], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -193,8 +193,6 @@ | |||
| 193 | 193 | '<(ABSEIL_ROOT)/absl/hash/internal/hash.h', | |
| 194 | 194 | '<(ABSEIL_ROOT)/absl/hash/internal/hash.cc', | |
| 195 | 195 | '<(ABSEIL_ROOT)/absl/hash/internal/spy_hash_state.h', | |
| 196 | - '<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.h', | ||
| 197 | - '<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.cc', | ||
| 198 | 196 | '<(ABSEIL_ROOT)/absl/memory/memory.h', | |
| 199 | 197 | '<(ABSEIL_ROOT)/absl/meta/type_traits.h', | |
| 200 | 198 | '<(ABSEIL_ROOT)/absl/numeric/bits.h', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -229,10 +229,6 @@ | |||
| 229 | 229 | # for ARM64. | |
| 230 | 230 | 'v8_control_flow_integrity%': 0, | |
| 231 | 231 | ||
| 232 | - # Enable V8 zone compression experimental feature. | ||
| 233 | - # Sets -DV8_COMPRESS_ZONES. | ||
| 234 | - 'v8_enable_zone_compression%': 0, | ||
| 235 | - | ||
| 236 | 232 | # Enable the experimental V8 sandbox. | |
| 237 | 233 | # Sets -DV8_ENABLE_SANDBOX. | |
| 238 | 234 | 'v8_enable_sandbox%': 0, | |
@@ -371,9 +367,6 @@ | |||
| 371 | 367 | ['v8_enable_short_builtin_calls==1', { | |
| 372 | 368 | 'defines': ['V8_SHORT_BUILTIN_CALLS',], | |
| 373 | 369 | }], | |
| 374 | - ['v8_enable_zone_compression==1', { | ||
| 375 | - 'defines': ['V8_COMPRESS_ZONES',], | ||
| 376 | - }], | ||
| 377 | 370 | ['v8_enable_sandbox==1', { | |
| 378 | 371 | 'defines': ['V8_ENABLE_SANDBOX',], | |
| 379 | 372 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments