We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5babb commit 4c56de5Copy full SHA for 4c56de5
tools/v8_gypfiles/features.gypi
@@ -88,11 +88,6 @@
88
'v8_enable_private_mapping_fork_optimization': 0,
89
}],
90
91
- ['OS in "aix os400"', {
92
- 'v8_enable_leaptiering': 0,
93
- }, {
94
- 'v8_enable_leaptiering': 1,
95
- }],
96
],
97
98
# Variables from BUILD.gn
@@ -242,6 +237,9 @@
242
237
# Sets -DV8_ENABLE_SANDBOX.
243
238
'v8_enable_sandbox%': 0,
244
239
240
+ # Enable leaptiering
241
+ 'v8_enable_leaptiering%': 1,
+
245
# Enable support for external code range relative to the pointer compression
246
# cage.
247
# Sets -DV8_EXTERNAL_CODE_SPACE.
0 commit comments