| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cf5cb81 commit a71ae18
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,11 +88,6 @@ | |||
| 88 | 88 | 'v8_enable_private_mapping_fork_optimization': 0, | |
| 89 | 89 | }], | |
| 90 | 90 | ||
| 91 | - ['OS in "aix os400"', { | ||
| 92 | - 'v8_enable_leaptiering': 0, | ||
| 93 | - }, { | ||
| 94 | - 'v8_enable_leaptiering': 1, | ||
| 95 | - }], | ||
| 96 | 91 | ], | |
| 97 | 92 | ||
| 98 | 93 | # 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, | ||
| 242 | + | ||
| 245 | 243 | # Enable support for external code range relative to the pointer compression | |
| 246 | 244 | # cage. | |
| 247 | 245 | # Sets -DV8_EXTERNAL_CODE_SPACE. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments