Skip to content

Commit

Permalink
deps: update v8.gyp, features.gypi, unittests.gyp
Browse files Browse the repository at this point in the history
until 7975e215f7079eef51a0ce484518e463a3741e4e
  • Loading branch information
ryzokuken authored and nodejs-ci committed Dec 13, 2018
1 parent 51100b2 commit ac60451
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
# Still WIP in V8 7.1
'v8_enable_pointer_compression': 'false',

# Explicitly set to false to copy V8's default
'v8_enable_31bit_smis_on_64bit_arch': 'false',

# New in V8 7.1
'v8_enable_embedded_builtins': 'true',

Expand Down
5 changes: 0 additions & 5 deletions deps/v8/gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@

'v8_enable_pointer_compression%': 'false',

'v8_enable_31bit_smis_on_64bit_arch%': 'false',

'v8_enable_embedded_builtins%': 'true',

'v8_enable_fast_mksnapshot%': 0,
Expand Down Expand Up @@ -198,9 +196,6 @@
['v8_enable_pointer_compression=="true"', {
'defines': ['V8_COMPRESS_POINTERS',],
}],
['v8_enable_31bit_smis_on_64bit_arch=="true"', {
'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',],
}],
['v8_enable_embedded_builtins=="true"', {
'defines': [
'V8_EMBEDDED_BUILTINS',
Expand Down
1 change: 1 addition & 0 deletions deps/v8/gypfiles/unittests.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
'../test/unittests/wasm/decoder-unittest.cc',
'../test/unittests/wasm/function-body-decoder-unittest.cc',
'../test/unittests/wasm/wasm-code-manager-unittest.cc',
'../test/unittests/wasm/wasm-compiler-unittest.cc',
'../test/unittests/wasm/leb-helper-unittest.cc',
'../test/unittests/wasm/loop-assignment-analysis-unittest.cc',
'../test/unittests/wasm/module-decoder-unittest.cc',
Expand Down
3 changes: 1 addition & 2 deletions deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
'../src/builtins/builtins-async-gen.h',
'../src/builtins/builtins-async-generator-gen.cc',
'../src/builtins/builtins-async-iterator-gen.cc',
'../src/builtins/builtins-bigint-gen.cc',
'../src/builtins/builtins-boolean-gen.cc',
'../src/builtins/builtins-call-gen.cc',
'../src/builtins/builtins-call-gen.h',
Expand Down Expand Up @@ -2642,8 +2643,6 @@
'../src/js/macros.py',
'../src/message-template.h',
'../src/js/prologue.js',
'../src/js/array.js',
'../src/js/typedarray.js',
],
'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extras.bin',
Expand Down

0 comments on commit ac60451

Please sign in to comment.