mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update V8 gypfiles for 9.5
PR-URL: https://github.com/nodejs/node/pull/40178 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
@@ -66,10 +66,6 @@
|
||||
'v8_enable_pointer_compression%': 0,
|
||||
'v8_enable_31bit_smis_on_64bit_arch%': 0,
|
||||
|
||||
# Disable V8 untrusted code mitigations.
|
||||
# See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
|
||||
'v8_untrusted_code_mitigations': 0,
|
||||
|
||||
# This is more of a V8 dev setting
|
||||
# https://github.com/nodejs/node/pull/22920/files#r222779926
|
||||
'v8_enable_fast_mksnapshot': 0,
|
||||
|
||||
@@ -169,9 +169,6 @@
|
||||
# Controls the threshold for on-heap/off-heap Typed Arrays.
|
||||
'v8_typed_array_max_size_in_heap%': 64,
|
||||
|
||||
# Enable mitigations for executing untrusted code.
|
||||
'v8_untrusted_code_mitigations%': 1,
|
||||
|
||||
# Enable minor mark compact.
|
||||
'v8_enable_minor_mc%': 1,
|
||||
|
||||
@@ -358,9 +355,6 @@
|
||||
['v8_enable_verify_csa==1', {
|
||||
'defines': ['ENABLE_VERIFY_CSA',],
|
||||
}],
|
||||
['v8_untrusted_code_mitigations==0', {
|
||||
'defines': ['DISABLE_UNTRUSTED_CODE_MITIGATIONS',],
|
||||
}],
|
||||
['v8_use_perfetto==1', {
|
||||
'defines': ['V8_USE_PERFETTO',],
|
||||
}],
|
||||
|
||||
@@ -509,12 +509,7 @@
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'sources': [
|
||||
'<(V8_ROOT)/include/v8-cppgc.h',
|
||||
'<(V8_ROOT)/include/v8-fast-api-calls.h',
|
||||
'<(V8_ROOT)/include/v8-internal.h',
|
||||
'<(V8_ROOT)/include/v8-profiler.h',
|
||||
'<(V8_ROOT)/include/v8-util.h',
|
||||
'<(V8_ROOT)/include/v8.h',
|
||||
'<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "v8_header_set.\\"v8_headers\\".*?sources = ")',
|
||||
|
||||
'<(V8_ROOT)/include/v8-wasm-trap-handler-posix.h',
|
||||
'<(V8_ROOT)/include/v8-wasm-trap-handler-win.h',
|
||||
|
||||
Reference in New Issue
Block a user