From bd91c5127ff30f5a21547e73a493c06fbd6da7ae Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 19 Dec 2023 11:47:27 -0800 Subject: YJIT: Add stats option to RubyVM::YJIT.enable (#9297) --- yjit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit.c') diff --git a/yjit.c b/yjit.c index baefed41cf..58ea3083e2 100644 --- a/yjit.c +++ b/yjit.c @@ -1171,7 +1171,7 @@ VALUE rb_yjit_insns_compiled(rb_execution_context_t *ec, VALUE self, VALUE iseq) VALUE rb_yjit_code_gc(rb_execution_context_t *ec, VALUE self); VALUE rb_yjit_simulate_oom_bang(rb_execution_context_t *ec, VALUE self); VALUE rb_yjit_get_exit_locations(rb_execution_context_t *ec, VALUE self); -VALUE rb_yjit_enable(rb_execution_context_t *ec, VALUE self); +VALUE rb_yjit_enable(rb_execution_context_t *ec, VALUE self, VALUE gen_stats, VALUE print_stats); // Preprocessed yjit.rb generated during build #include "yjit.rbinc" -- cgit v1.2.3