Skip to content

Commit a8217a9

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.7
Refs: v8/v8@1eb7d3c Refs: v8/v8@f942a49 PR-URL: #58064 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 6d61175 commit a8217a9

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

common.gypi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
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,
@@ -473,12 +471,6 @@
473471
['tsan == 1', {
474472
'defines': ['V8_IS_TSAN',],
475473
}],
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-
}],
482474
['OS == "win"', {
483475
'defines': [
484476
'WIN32',

tools/v8_gypfiles/features.gypi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@
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

@@ -462,12 +456,6 @@
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
}],

tools/v8_gypfiles/v8.gyp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@
496496
'v8_initializers',
497497
'v8_libplatform',
498498
'abseil.gyp:abseil',
499+
'fp16',
499500
]
500501
}, {
501502
'dependencies': [
@@ -509,6 +510,7 @@
509510
'v8_initializers',
510511
'v8_libplatform',
511512
'abseil.gyp:abseil',
513+
'fp16',
512514
]
513515
}],
514516
['OS=="win" and clang==1', {
@@ -532,9 +534,6 @@
532534
},
533535
],
534536
}],
535-
['OS in "aix os400"', {
536-
'dependencies': ['fp16'],
537-
}],
538537
],
539538
}, # v8_snapshot
540539
{

0 commit comments

Comments
 (0)