From 63aa27df101f55460b089cda54cbe0cc67be0730 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 23 Dec 2023 13:38:14 +0100 Subject: [PATCH] doc: mark `--jitless` as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Gerhard Stöbich Reviewed-By: Akhil Marsonya --- doc/api/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 2a4d63717e883a..9d8d23a78ea734 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1231,13 +1231,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`