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.
--jitless
1 parent fe922f0 commit 63aa27dCopy full SHA for 63aa27d
doc/api/cli.md
@@ -1231,13 +1231,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
1231
added: v12.0.0
1232
-->
1233
1234
+> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1235
+> change upstream.
1236
+
1237
Disable [runtime allocation of executable memory][jitless]. This may be
1238
required on some platforms for security reasons. It can also reduce attack
1239
surface on other platforms, but the performance impact may be severe.
1240
-This flag is inherited from V8 and is subject to change upstream. It may
-disappear in a non-semver-major release.
-
1241
### `--max-http-header-size=size`
1242
1243
<!-- YAML
0 commit comments