mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
tools: update V8 gypfiles for 13.7
Refs:1eb7d3ce47Refs:f942a499fePR-URL: https://github.com/nodejs/node/pull/58064 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
6d61175db0
commit
a8217a9eb8
@ -78,8 +78,6 @@
|
||||
'v8_win64_unwinding_info': 1,
|
||||
|
||||
# Variables controlling external defines exposed in public headers.
|
||||
'v8_enable_conservative_stack_scanning%': 0,
|
||||
'v8_enable_direct_local%': 0,
|
||||
'v8_enable_map_packing%': 0,
|
||||
'v8_enable_pointer_compression_shared_cage%': 0,
|
||||
'v8_enable_sandbox%': 0,
|
||||
@ -473,12 +471,6 @@
|
||||
['tsan == 1', {
|
||||
'defines': ['V8_IS_TSAN',],
|
||||
}],
|
||||
['v8_enable_conservative_stack_scanning == 1', {
|
||||
'defines': ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING',],
|
||||
}],
|
||||
['v8_enable_direct_local == 1', {
|
||||
'defines': ['V8_ENABLE_DIRECT_LOCAL',],
|
||||
}],
|
||||
['OS == "win"', {
|
||||
'defines': [
|
||||
'WIN32',
|
||||
|
||||
@ -209,12 +209,6 @@
|
||||
# Enable map packing & unpacking (sets -dV8_MAP_PACKING).
|
||||
'v8_enable_map_packing%': 0,
|
||||
|
||||
# Scan the call stack conservatively during garbage collection.
|
||||
'v8_enable_conservative_stack_scanning%': 0,
|
||||
|
||||
# Use direct pointers in local handles.
|
||||
'v8_enable_direct_local%': 0,
|
||||
|
||||
# Controls the threshold for on-heap/off-heap Typed Arrays.
|
||||
'v8_typed_array_max_size_in_heap%': 64,
|
||||
|
||||
@ -462,12 +456,6 @@
|
||||
['tsan==1', {
|
||||
'defines': ['V8_IS_TSAN',],
|
||||
}],
|
||||
['v8_enable_conservative_stack_scanning==1', {
|
||||
'defines': ['V8_ENABLE_CONSERVATIVE_STACK_SCANNING',],
|
||||
}],
|
||||
['v8_enable_direct_local==1', {
|
||||
'defines': ['V8_ENABLE_DIRECT_LOCAL',],
|
||||
}],
|
||||
['v8_enable_regexp_interpreter_threaded_dispatch==1', {
|
||||
'defines': ['V8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH',],
|
||||
}],
|
||||
|
||||
@ -496,6 +496,7 @@
|
||||
'v8_initializers',
|
||||
'v8_libplatform',
|
||||
'abseil.gyp:abseil',
|
||||
'fp16',
|
||||
]
|
||||
}, {
|
||||
'dependencies': [
|
||||
@ -509,6 +510,7 @@
|
||||
'v8_initializers',
|
||||
'v8_libplatform',
|
||||
'abseil.gyp:abseil',
|
||||
'fp16',
|
||||
]
|
||||
}],
|
||||
['OS=="win" and clang==1', {
|
||||
@ -532,9 +534,6 @@
|
||||
},
|
||||
],
|
||||
}],
|
||||
['OS in "aix os400"', {
|
||||
'dependencies': ['fp16'],
|
||||
}],
|
||||
],
|
||||
}, # v8_snapshot
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user