diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-06-23 13:55:34 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:36 -0400 |
commit | 7030cae969085f2849bc265047397fadff8b97e3 (patch) | |
tree | 9453674aea8f82e1d4dc0e9d4b63e198e5e52ac8 /yjit.h | |
parent | b63fcafbc953205a6547bff74cbfcb906f1f87fe (diff) |
Try running with more YJIT options in CI to surface more bugs
Diffstat (limited to 'yjit.h')
-rw-r--r-- | yjit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |