mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Test PR
This commit is contained in:
parent
cf52a2c9ba
commit
722d43ad5e
1 changed files with 1 additions and 1 deletions
2
yjit.h
2
yjit.h
|
@ -40,7 +40,7 @@ struct rb_yjit_options {
|
||||||
bool test_backend;
|
bool test_backend;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool rb_yjit_enabled_p(void);
|
bool rb_yjit_enabled_p(void) ;
|
||||||
unsigned rb_yjit_call_threshold(void);
|
unsigned rb_yjit_call_threshold(void);
|
||||||
|
|
||||||
void rb_yjit_invalidate_all_method_lookup_assumptions(void);
|
void rb_yjit_invalidate_all_method_lookup_assumptions(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue