Skip to content

Commit 8ee882a

Browse files
aduh95RafaelGSS
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 c31ed51 commit 8ee882a

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
@@ -1259,13 +1259,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
12591259
added: v12.0.0
12601260
-->
12611261

1262+
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
1263+
> change upstream.
1264+
12621265
Disable [runtime allocation of executable memory][jitless]. This may be
12631266
required on some platforms for security reasons. It can also reduce attack
12641267
surface on other platforms, but the performance impact may be severe.
12651268

1266-
This flag is inherited from V8 and is subject to change upstream. It may
1267-
disappear in a non-semver-major release.
1268-
12691269
### `--max-http-header-size=size`
12701270

12711271
<!-- YAML

0 commit comments

Comments
 (0)