ruby-changes:69197
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:23:21 +0900 (JST)
Subject: [ruby-changes:69197] ff863f3818 (master): Show --yjit in help message
https://git.ruby-lang.org/ruby.git/commit/?id=ff863f3818 From ff863f3818dfc8576f72f2a794756bc3b96fdbe9 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Fri, 15 Oct 2021 17:15:33 -0400 Subject: Show --yjit in help message --- ruby.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby.c b/ruby.c index f6c1dcc12c..f3c01bef0d 100644 --- a/ruby.c +++ b/ruby.c @@ -312,6 +312,7 @@ usage(const char *name, int help, int highlight, int columns) https://github.com/ruby/ruby/blob/trunk/ruby.c#L312 M("-x[directory]", "", "strip off text before #!ruby line and perhaps cd to directory"), M("--jit", "", "enable JIT with default options (experimental)"), M("--jit-[option]","", "enable JIT with an option (experimental)"), + M("--yjit", "", "enable in-process JIT compiler (experimental)"), M("-h", "", "show this message, --help for more info"), }; static const struct message help_msg[] = { -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/