1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update ujit_iface.c

This commit is contained in:
Maxime Chevalier-Boisvert 2021-02-23 16:38:03 -05:00 committed by Alan Wu
parent 2a99743056
commit 0d6ed3128a

View file

@ -648,7 +648,7 @@ rb_ujit_init(struct rb_ujit_options *options)
// Normalize options
if (rb_ujit_opts.call_threshold < 1) {
rb_ujit_opts.call_threshold = 10;
rb_ujit_opts.call_threshold = 2;
}
ujit_init_core();