ruby-changes:69224
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:24:07 +0900 (JST)
Subject: [ruby-changes:69224] d4fae3e390 (master): Say YJIT is disabled by default in ruby --help
https://git.ruby-lang.org/ruby.git/commit/?id=d4fae3e390 From d4fae3e390c884f23048d8070d456d9f4f7d3233 Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Thu, 7 Oct 2021 17:52:36 -0400 Subject: Say YJIT is disabled by default in ruby --help --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.c b/ruby.c index 48391b6945..e98e58170b 100644 --- a/ruby.c +++ b/ruby.c @@ -340,7 +340,7 @@ usage(const char *name, int help, int highlight, int columns) https://github.com/ruby/ruby/blob/trunk/ruby.c#L340 M("rubyopt", "", "RUBYOPT environment variable (default: enabled)"), M("frozen-string-literal", "", "freeze all string literals (default: disabled)"), M("jit", "", "JIT compiler (default: disabled)"), - M("yjit", "", "in-process JIT compiler (default: enabled)"), + M("yjit", "", "in-process JIT compiler (default: disabled)"), }; static const struct message warn_categories[] = { M("deprecated", "", "deprecated features"), -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/