summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-06-23 13:55:34 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:36 -0400
commit7030cae969085f2849bc265047397fadff8b97e3 (patch)
tree9453674aea8f82e1d4dc0e9d4b63e198e5e52ac8 /yjit.h
parentb63fcafbc953205a6547bff74cbfcb906f1f87fe (diff)
Try running with more YJIT options in CI to surface more bugs
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit.h b/yjit.h
index 1969ced260..cb41e76ecf 100644
--- a/yjit.h
+++ b/yjit.h
@@ -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;