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 6329d2c commit f58a31bCopy full SHA for f58a31b
doc/api/cli.md
@@ -1266,13 +1266,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
1266
added: v12.0.0
1267
-->
1268
1269
+> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1270
+> change upstream.
1271
+
1272
Disable [runtime allocation of executable memory][jitless]. This may be
1273
required on some platforms for security reasons. It can also reduce attack
1274
surface on other platforms, but the performance impact may be severe.
1275
-This flag is inherited from V8 and is subject to change upstream. It may
-disappear in a non-semver-major release.
-
1276
### `--max-http-header-size=size`
1277
1278
<!-- YAML
0 commit comments