mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
1 changed files with 2 additions and 2 deletions
4
ruby.c
4
ruby.c
|
@ -1806,8 +1806,8 @@ ruby_opt_init(ruby_cmdline_options_t *opt)
|
|||
#endif
|
||||
|
||||
// Call yjit_hook.rb after rb_yjit_init() to use `RubyVM::YJIT.enabled?`
|
||||
void Init_builtin_yjit_hook();
|
||||
Init_builtin_yjit_hook();
|
||||
//void Init_builtin_yjit_hook();
|
||||
//Init_builtin_yjit_hook();
|
||||
|
||||
ruby_set_script_name(opt->script_name);
|
||||
require_libraries(&opt->req_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue