Skip to content

Commit 63aa27d

Browse files
aduh95richardlau
authored andcommitted
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 fe922f0 commit 63aa27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1231,13 +1231,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
12311231
added: v12.0.0
12321232
-->
12331233

1234+
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1235+
> change upstream.
1236+
12341237
Disable [runtime allocation of executable memory][jitless]. This may be
12351238
required on some platforms for security reasons. It can also reduce attack
12361239
surface on other platforms, but the performance impact may be severe.
12371240

1238-
This flag is inherited from V8 and is subject to change upstream. It may
1239-
disappear in a non-semver-major release.
1240-
12411241
### `--max-http-header-size=size`
12421242

12431243
<!-- YAML

0 commit comments

Comments
 (0)