| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9be0057 commit 4f1fe8a
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3122,7 +3122,6 @@ V8 options that are allowed are: | |||
| 3122 | 3122 | * `--disallow-code-generation-from-strings` | |
| 3123 | 3123 | * `--enable-etw-stack-walking` | |
| 3124 | 3124 | * `--expose-gc` | |
| 3125 | - * `--huge-max-old-generation-size` | ||
| 3126 | 3125 | * `--interpreted-frames-native-stack` | |
| 3127 | 3126 | * `--jitless` | |
| 3128 | 3127 | * `--max-old-space-size` | |
@@ -3456,8 +3455,6 @@ documented here: | |||
| 3456 | 3455 | ||
| 3457 | 3456 | ### `--harmony-shadow-realm` | |
| 3458 | 3457 | ||
| 3459 | - ### `--huge-max-old-generation-size` | ||
| 3460 | - | ||
| 3461 | 3458 | ### `--jitless` | |
| 3462 | 3459 | ||
| 3463 | 3460 | ### `--interpreted-frames-native-stack` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -904,11 +904,6 @@ PerIsolateOptionsParser::PerIsolateOptionsParser( | |||
| 904 | 904 | "disallow eval and friends", | |
| 905 | 905 | V8Option{}, | |
| 906 | 906 | kAllowedInEnvvar); | |
| 907 | - AddOption("--huge-max-old-generation-size", | ||
| 908 | - "increase default maximum heap size on machines with 16GB memory " | ||
| 909 | - "or more", | ||
| 910 | - V8Option{}, | ||
| 911 | - kAllowedInEnvvar); | ||
| 912 | 907 | AddOption("--jitless", | |
| 913 | 908 | "disable runtime allocation of executable memory", | |
| 914 | 909 | V8Option{}, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,7 +70,6 @@ if (common.hasCrypto) { | |||
| 70 | 70 | expect('--abort_on-uncaught_exception', 'B\n'); | |
| 71 | 71 | expect('--disallow-code-generation-from-strings', 'B\n'); | |
| 72 | 72 | expect('--expose-gc', 'B\n'); | |
| 73 | - expect('--huge-max-old-generation-size', 'B\n'); | ||
| 74 | 73 | expect('--jitless', 'B\n'); | |
| 75 | 74 | expect('--max-old-space-size=0', 'B\n'); | |
| 76 | 75 | expect('--max-semi-space-size=0', 'B\n'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments