"+MN" in description
If RUBY_MN_THREADS=1 is given, this patch shows +MN in RUBY_DESCRIPTION like:
RUBY_MN_THREADS=1
+MN
RUBY_DESCRIPTION
$ RUBY_MN_THREADS=1 ./miniruby --yjit -v ruby 3.3.0dev (2023-10-17T04:10:14Z master 908f8fffa2) +YJIT +MN [x86_64-linux]
Before this patch, a warning is displayed if $VERBOSE is given. However it can make troubles with tests (with $VERBOSE), do not show any warning with a MN threads configuration.
$VERBOSE
"+MN" in description
If
RUBY_MN_THREADS=1
is given, this patch shows+MN
inRUBY_DESCRIPTION
like:Before this patch, a warning is displayed if
$VERBOSE
is given.However it can make troubles with tests (with
$VERBOSE
), do notshow any warning with a MN threads configuration.