1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Maxime Chevalier-Boisvert 2021-10-25 14:29:36 -04:00 committed by GitHub
parent cf52a2c9ba
commit 722d43ad5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
yjit.h
View file

@ -40,7 +40,7 @@ struct rb_yjit_options {
bool test_backend;
};
bool rb_yjit_enabled_p(void);
bool rb_yjit_enabled_p(void) ;
unsigned rb_yjit_call_threshold(void);
void rb_yjit_invalidate_all_method_lookup_assumptions(void);