File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 7878 'v8_win64_unwinding_info' : 1 ,
7979
8080 # Variables controlling external defines exposed in public headers.
81- 'v8_enable_conservative_stack_scanning%' : 0 ,
8281 'v8_enable_direct_local%' : 0 ,
8382 'v8_enable_map_packing%' : 0 ,
8483 'v8_enable_pointer_compression_shared_cage%' : 0 ,
470469 ['tsan == 1' , {
471470 'defines' : ['V8_IS_TSAN' ,],
472471 }],
473- ['v8_enable_conservative_stack_scanning == 1' , {
474- 'defines' : ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING' ,],
475- }],
476472 ['v8_enable_direct_local == 1' , {
477473 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
478474 }],
Original file line number Diff line number Diff line change 209209 # Enable map packing & unpacking (sets -dV8_MAP_PACKING).
210210 'v8_enable_map_packing%' : 0 ,
211211
212- # Scan the call stack conservatively during garbage collection.
213- 'v8_enable_conservative_stack_scanning%' : 0 ,
214-
215212 # Use direct pointers in local handles.
216213 'v8_enable_direct_local%' : 0 ,
217214
462459 ['tsan==1' , {
463460 'defines' : ['V8_IS_TSAN' ,],
464461 }],
465- ['v8_enable_conservative_stack_scanning==1' , {
466- 'defines' : ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING' ,],
467- }],
468462 ['v8_enable_direct_local==1' , {
469463 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
470464 }],
You can’t perform that action at this time.
0 commit comments