RJIT: Add --rjit-trace to allow TracePoint during JIT

This commit is contained in:
Takashi Kokubun 2023-12-21 20:57:34 -08:00
parent c18edc5b5d
commit 64c52cd1c2
3 changed files with 21 additions and 14 deletions

2
ruby.c
View file

@ -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[] = {