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_direct_local%' : 0 ,
8281 'v8_enable_map_packing%' : 0 ,
8382 'v8_enable_pointer_compression_shared_cage%' : 0 ,
8483 'v8_enable_sandbox%' : 0 ,
469468 ['tsan == 1' , {
470469 'defines' : ['V8_IS_TSAN' ,],
471470 }],
472- ['v8_enable_direct_local == 1' , {
473- 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
474- }],
475471 ['OS == "win"' , {
476472 'defines' : [
477473 'WIN32' ,
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- # Use direct pointers in local handles.
213- 'v8_enable_direct_local%' : 0 ,
214-
215212 # Controls the threshold for on-heap/off-heap Typed Arrays.
216213 'v8_typed_array_max_size_in_heap%' : 64 ,
217214
459456 ['tsan==1' , {
460457 'defines' : ['V8_IS_TSAN' ,],
461458 }],
462- ['v8_enable_direct_local==1' , {
463- 'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
464- }],
465459 ['v8_enable_regexp_interpreter_threaded_dispatch==1' , {
466460 'defines' : ['V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' ,],
467461 }],
You can’t perform that action at this time.
0 commit comments