diff options
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -337,9 +337,7 @@ usage(const char *name, int help, int highlight, int columns) #endif #if USE_YJIT static const struct ruby_opt_message yjit_options[] = { -#if YJIT_STATS M("--yjit-stats", "", "Enable collecting YJIT statistics"), -#endif M("--yjit-exec-mem-size=num", "", "Size of executable memory block in MiB (default: 64)"), M("--yjit-call-threshold=num", "", "Number of calls to trigger JIT (default: 10)"), M("--yjit-max-versions=num", "", "Maximum number of versions per basic block (default: 4)"), |