A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/ee97c045b4 below:

ensure v8_pointer_compression_sandbox is enabled on 64bit · nodejs/node@ee97c04 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -113,6 +113,7 @@

113 113

['target_arch in "arm ia32 mips mipsel ppc"', {

114 114

'v8_enable_pointer_compression': 0,

115 115

'v8_enable_31bit_smis_on_64bit_arch': 0,

116 +

'v8_enable_sandbox': 0

116 117

}],

117 118

['target_arch in "ppc64 s390x"', {

118 119

'v8_enable_backtrace': 1,

Original file line number Diff line number Diff line change

@@ -1640,6 +1640,7 @@ def configure_v8(o, configs):

1640 1640

o['variables']['v8_enable_maglev'] = B(not options.v8_disable_maglev and

1641 1641

o['variables']['target_arch'] in maglev_enabled_architectures)

1642 1642

o['variables']['v8_enable_pointer_compression'] = 1 if options.enable_pointer_compression else 0

1643 +

o['variables']['v8_enable_sandbox'] = 1 if options.enable_pointer_compression else 0

1643 1644

o['variables']['v8_enable_31bit_smis_on_64bit_arch'] = 1 if options.enable_pointer_compression else 0

1644 1645

o['variables']['v8_enable_shared_ro_heap'] = 0 if options.enable_pointer_compression or options.disable_shared_ro_heap else 1

1645 1646

o['variables']['v8_enable_extensible_ro_snapshot'] = 0

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4