Try running with more YJIT options in CI to surface more bugs

This commit is contained in:
Maxime Chevalier-Boisvert 2021-06-23 13:55:34 -04:00 committed by Alan Wu
parent b63fcafbc9
commit 7030cae969
6 changed files with 20 additions and 13 deletions

2
yjit.h
View file

@ -45,7 +45,7 @@ struct rb_yjit_options {
// Maximum number of versions per block
// 1 means always create generic versions
unsigned version_limit;
unsigned max_versions;
// Capture and print out stats
bool gen_stats;