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 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
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
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 234
234
# for ARM64.
235
235
'v8_control_flow_integrity%' : 0 ,
236
236
237
- # Enable V8 zone compression experimental feature.
238
- # Sets -DV8_COMPRESS_ZONES.
239
- 'v8_enable_zone_compression%' : 0 ,
240
-
241
237
# Enable the experimental V8 sandbox.
242
238
# Sets -DV8_ENABLE_SANDBOX.
243
239
'v8_enable_sandbox%' : 0 ,
373
369
['v8_enable_short_builtin_calls==1' , {
374
370
'defines' : ['V8_SHORT_BUILTIN_CALLS' ,],
375
371
}],
376
- ['v8_enable_zone_compression==1' , {
377
- 'defines' : ['V8_COMPRESS_ZONES' ,],
378
- }],
379
372
['v8_enable_sandbox==1' , {
380
373
'defines' : ['V8_ENABLE_SANDBOX' ,],
381
374
}],
You can’t perform that action at this time.
0 commit comments