RJIT: Tweak the default call threshold

This number works better on yjit-bench (ruby-lsp).
This commit is contained in:
Takashi Kokubun 2023-04-26 18:19:44 -07:00
Родитель cbfb5fbb25
Коммит 417eb83b48
1 изменённых файлов: 1 добавлений и 1 удалений

2
rjit.c
Просмотреть файл

@ -102,7 +102,7 @@ VALUE rb_rjit_raw_samples = 0;
VALUE rb_rjit_line_samples = 0;
// A default threshold used to add iseq to JIT.
#define DEFAULT_CALL_THRESHOLD 30
#define DEFAULT_CALL_THRESHOLD 10
// Size of executable memory block in MiB.
#define DEFAULT_EXEC_MEM_SIZE 64