summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2022-01-30 19:07:47 +0900
committerNARUSE, Yui <naruse@airemix.jp>2022-01-30 19:07:47 +0900
commit1a1737530bff683041b8f45e7acac8c5c85c4163 (patch)
treec1926b782325a0a77b1314cd88d2686fee75820c /ruby.c
parente75246c287436621658bc2b8a5f999d8991e7d1d (diff)
merge revision(s) c764e368bd9c0487e6cc97f8a62e0e0e99a0d7c5: [Backport #18469]
Fix default --jit-max-cache in `ruby --help` changed at 028f1887c2bfa50dcfc1b623470d6ab1b880fdde --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index f63cecdb98..d7ba181a2a 100644
--- a/ruby.c
+++ b/ruby.c
@@ -361,7 +361,7 @@ usage(const char *name, int help, int highlight, int columns)
M("--mjit-wait", "", "Wait until JIT compilation finishes every time (for testing)"),
M("--mjit-save-temps", "", "Save JIT temporary files in $TMP or /tmp (for testing)"),
M("--mjit-verbose=num", "", "Print JIT logs of level num or less to stderr (default: 0)"),
- M("--mjit-max-cache=num", "", "Max number of methods to be JIT-ed in a cache (default: 100)"),
+ M("--mjit-max-cache=num", "", "Max number of methods to be JIT-ed in a cache (default: 10000)"),
M("--mjit-min-calls=num", "", "Number of calls to trigger JIT (for testing, default: 10000)"),
};
static const struct message yjit_options[] = {