File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Expand file tree Collapse file tree 3 files changed +2
-23
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 ,
82-     'v8_enable_direct_local%' : 0 ,
8381    'v8_enable_map_packing%' : 0 ,
8482    'v8_enable_pointer_compression_shared_cage%' : 0 ,
8583    'v8_enable_sandbox%' : 0 ,
470468      ['tsan == 1' , {
471469        'defines' : ['V8_IS_TSAN' ,],
472470      }],
473-       ['v8_enable_conservative_stack_scanning == 1' , {
474-         'defines' : ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING' ,],
475-       }],
476-       ['v8_enable_direct_local == 1' , {
477-         'defines' : ['V8_ENABLE_DIRECT_LOCAL' ,],
478-       }],
479471      ['OS == "win"' , {
480472        'defines' : [
481473          '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-     # 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- 
218212    # Controls the threshold for on-heap/off-heap Typed Arrays. 
219213    'v8_typed_array_max_size_in_heap%' : 64 ,
220214
462456      ['tsan==1' , {
463457        'defines' : ['V8_IS_TSAN' ,],
464458      }],
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-       }],
471459      ['v8_enable_regexp_interpreter_threaded_dispatch==1' , {
472460        'defines' : ['V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' ,],
473461      }],
Original file line number Diff line number Diff line change 496496            'v8_initializers' ,
497497            'v8_libplatform' ,
498498            'abseil.gyp:abseil' ,
499+             'fp16' ,
499500          ]
500501        }, {
501502          'dependencies' : [
509510            'v8_initializers' ,
510511            'v8_libplatform' ,
511512            'abseil.gyp:abseil' ,
513+             'fp16' ,
512514          ]
513515        }],
514516        ['OS=="win" and clang==1' , {
532534            },
533535          ],
534536        }],
535-         ['OS in "aix os400"' , {
536-           'dependencies' : ['fp16' ],
537-         }],
538537      ],
539538    },  # v8_snapshot 
540539    {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments