From 64c52cd1c2df840a021dd952b42bddde09534b1b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 21 Dec 2023 20:57:34 -0800 Subject: RJIT: Add --rjit-trace to allow TracePoint during JIT --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index f14d4f1ee0..a5794199ec 100644 --- a/ruby.c +++ b/ruby.c @@ -389,7 +389,7 @@ usage(const char *name, int help, int highlight, int columns) M("yjit", "", "in-process JIT compiler (default: disabled)"), #endif #if USE_RJIT - M("rjit", "", "pure-Ruby JIT compiler (default: disabled)"), + M("rjit", "", "pure-Ruby JIT compiler (experimental, default: disabled)"), #endif }; static const struct ruby_opt_message warn_categories[] = { -- cgit v1.2.3