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:
parent
2a99743056
commit
0d6ed3128a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue