mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Try running with more YJIT options in CI to surface more bugs
This commit is contained in:
parent
b63fcafbc9
commit
7030cae969
6 changed files with 20 additions and 13 deletions
2
yjit.h
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue