File tree 3 files changed +2
-23
lines changed
3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 78
78
'v8_win64_unwinding_info' : 1 ,
79
79
80
80
# Variables controlling external defines exposed in public headers.
81
- 'v8_enable_conservative_stack_scanning%' : 0 ,
82
- 'v8_enable_direct_local%' : 0 ,
83
81
'v8_enable_map_packing%' : 0 ,
84
82
'v8_enable_pointer_compression_shared_cage%' : 0 ,
85
83
'v8_enable_sandbox%' : 0 ,
473
471
['tsan == 1' , {
474
472
'defines' : ['V8_IS_TSAN' ,],
475
473
}],
476
- ['v8_enable_conservative_stack_scanning == 1' , {
477
- 'defines' : ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING' ,],
478
- }],
479
- ['v8_enable_direct_local == 1' , {
480
- 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
481
- }],
482
474
['OS == "win"' , {
483
475
'defines' : [
484
476
'WIN32' ,
Original file line number Diff line number Diff line change 209
209
# Enable map packing & unpacking (sets -dV8_MAP_PACKING).
210
210
'v8_enable_map_packing%' : 0 ,
211
211
212
- # Scan the call stack conservatively during garbage collection.
213
- 'v8_enable_conservative_stack_scanning%' : 0 ,
214
-
215
- # Use direct pointers in local handles.
216
- 'v8_enable_direct_local%' : 0 ,
217
-
218
212
# Controls the threshold for on-heap/off-heap Typed Arrays.
219
213
'v8_typed_array_max_size_in_heap%' : 64 ,
220
214
462
456
['tsan==1' , {
463
457
'defines' : ['V8_IS_TSAN' ,],
464
458
}],
465
- ['v8_enable_conservative_stack_scanning==1' , {
466
- 'defines' : ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING' ,],
467
- }],
468
- ['v8_enable_direct_local==1' , {
469
- 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
470
- }],
471
459
['v8_enable_regexp_interpreter_threaded_dispatch==1' , {
472
460
'defines' : ['V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' ,],
473
461
}],
Original file line number Diff line number Diff line change 496
496
'v8_initializers' ,
497
497
'v8_libplatform' ,
498
498
'abseil.gyp:abseil' ,
499
+ 'fp16' ,
499
500
]
500
501
}, {
501
502
'dependencies' : [
509
510
'v8_initializers' ,
510
511
'v8_libplatform' ,
511
512
'abseil.gyp:abseil' ,
513
+ 'fp16' ,
512
514
]
513
515
}],
514
516
['OS=="win" and clang==1' , {
532
534
},
533
535
],
534
536
}],
535
- ['OS in "aix os400"' , {
536
- 'dependencies' : ['fp16' ],
537
- }],
538
537
],
539
538
}, # v8_snapshot
540
539
{
You can’t perform that action at this time.
0 commit comments