Skip to content
Prev Previous commit
Next Next commit
tools: enable leaptiering for aix/ibmi
  • Loading branch information
abmusse authored and targos committed Jun 12, 2025
commit 299c19dd28b62d2338c2a894901a03e8a9f36af2
8 changes: 3 additions & 5 deletions tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@
'v8_enable_private_mapping_fork_optimization': 0,
}],

['OS in "aix os400"', {
'v8_enable_leaptiering': 0,
}, {
'v8_enable_leaptiering': 1,
}],
],

# Variables from BUILD.gn
Expand Down Expand Up @@ -242,6 +237,9 @@
# Sets -DV8_ENABLE_SANDBOX.
'v8_enable_sandbox%': 0,

# Enable leaptiering
'v8_enable_leaptiering%': 1,

# Enable support for external code range relative to the pointer compression
# cage.
# Sets -DV8_EXTERNAL_CODE_SPACE.
Expand Down