mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Add --rjit-trace to allow TracePoint during JIT
This commit is contained in:
parent
c18edc5b5d
commit
64c52cd1c2
3 changed files with 21 additions and 14 deletions
2
ruby.c
2
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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue