mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: mark --jitless as experimental
It's already documented as such, but it doesn't have the label. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
@@ -1266,13 +1266,13 @@ Opens the REPL even if stdin does not appear to be a terminal.
|
||||
added: v12.0.0
|
||||
-->
|
||||
|
||||
> Stability: 1 - Experimental. This flag is inherited from V8 and is subject to
|
||||
> change upstream.
|
||||
|
||||
Disable [runtime allocation of executable memory][jitless]. This may be
|
||||
required on some platforms for security reasons. It can also reduce attack
|
||||
surface on other platforms, but the performance impact may be severe.
|
||||
|
||||
This flag is inherited from V8 and is subject to change upstream. It may
|
||||
disappear in a non-semver-major release.
|
||||
|
||||
### `--max-http-header-size=size`
|
||||
|
||||
<!-- YAML
|
||||
|
||||
Reference in New Issue
Block a user