Disable yjit_hook builtin for now
This commit is contained in:
parent
73d01016e8
commit
b076037af2
Notes:
git
2025-04-18 13:49:35 +00:00
4
ruby.c
4
ruby.c
@ -1806,8 +1806,8 @@ ruby_opt_init(ruby_cmdline_options_t *opt)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Call yjit_hook.rb after rb_yjit_init() to use `RubyVM::YJIT.enabled?`
|
// Call yjit_hook.rb after rb_yjit_init() to use `RubyVM::YJIT.enabled?`
|
||||||
void Init_builtin_yjit_hook();
|
//void Init_builtin_yjit_hook();
|
||||||
Init_builtin_yjit_hook();
|
//Init_builtin_yjit_hook();
|
||||||
|
|
||||||
ruby_set_script_name(opt->script_name);
|
ruby_set_script_name(opt->script_name);
|
||||||
require_libraries(&opt->req_list);
|
require_libraries(&opt->req_list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user