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 <marcoippolito54@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
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

Lines changed: 3 additions & 3 deletions
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)