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