File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 8383 'v8_enable_external_code_space%' : 0 ,
8484 'v8_enable_sandbox%' : 0 ,
8585 'v8_enable_v8_checks%' : 0 ,
86- 'v8_enable_zone_compression%' : 0 ,
8786 'v8_use_perfetto' : 0 ,
8887 'tsan%' : 0 ,
8988
452451 ['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1' , {
453452 'defines' : ['V8_31BIT_SMIS_ON_64BIT_ARCH' ],
454453 }],
455- ['v8_enable_zone_compression == 1' , {
456- 'defines' : ['V8_COMPRESS_ZONES' ,],
457- }],
458454 ['v8_enable_sandbox == 1' , {
459455 'defines' : ['V8_ENABLE_SANDBOX' ,],
460456 }],
Original file line number Diff line number Diff line change 192192 '<(ABSEIL_ROOT)/absl/hash/internal/hash.h' ,
193193 '<(ABSEIL_ROOT)/absl/hash/internal/hash.cc' ,
194194 '<(ABSEIL_ROOT)/absl/hash/internal/spy_hash_state.h' ,
195- '<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.h' ,
196- '<(ABSEIL_ROOT)/absl/hash/internal/low_level_hash.cc' ,
197195 '<(ABSEIL_ROOT)/absl/memory/memory.h' ,
198196 '<(ABSEIL_ROOT)/absl/meta/type_traits.h' ,
199197 '<(ABSEIL_ROOT)/absl/numeric/bits.h' ,
Original file line number Diff line number Diff line change 234234 # for ARM64.
235235 'v8_control_flow_integrity%' : 0 ,
236236
237- # Enable V8 zone compression experimental feature.
238- # Sets -DV8_COMPRESS_ZONES.
239- 'v8_enable_zone_compression%' : 0 ,
240-
241237 # Enable the experimental V8 sandbox.
242238 # Sets -DV8_ENABLE_SANDBOX.
243239 'v8_enable_sandbox%' : 0 ,
373369 ['v8_enable_short_builtin_calls==1' , {
374370 'defines' : ['V8_SHORT_BUILTIN_CALLS' ,],
375371 }],
376- ['v8_enable_zone_compression==1' , {
377- 'defines' : ['V8_COMPRESS_ZONES' ,],
378- }],
379372 ['v8_enable_sandbox==1' , {
380373 'defines' : ['V8_ENABLE_SANDBOX' ,],
381374 }],
You can’t perform that action at this time.
0 commit comments