mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix changes from rebase
This commit is contained in:
parent
f36a5a98c0
commit
be06112d48
8 changed files with 203 additions and 12 deletions
3
yjit.h
3
yjit.h
|
@ -57,6 +57,9 @@ struct rb_yjit_options {
|
|||
|
||||
// Capture and print out stats
|
||||
bool gen_stats;
|
||||
|
||||
// Run backend tests
|
||||
bool test_backend;
|
||||
};
|
||||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue