Skip to content

Commit f58a31b

Browse files
authored
doc: mark --jitless as experimental
It's already documented as such, but it doesn't have the label. PR-URL: #51247 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 6329d2c commit f58a31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,13 +1266,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
12661266
added: v12.0.0
12671267
-->
12681268

1269+
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1270+
> change upstream.
1271+
12691272
Disable [runtime allocation of executable memory][jitless]. This may be
12701273
required on some platforms for security reasons. It can also reduce attack
12711274
surface on other platforms, but the performance impact may be severe.
12721275

1273-
This flag is inherited from V8 and is subject to change upstream. It may
1274-
disappear in a non-semver-major release.
1275-
12761276
### `--max-http-header-size=size`
12771277

12781278
<!-- YAML

0 commit comments

Comments
 (0)