From 485019c2bd02794b484500c78919b0d1230e4a84 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 19 Aug 2022 23:57:17 -0700 Subject: Rename mjit_exec to jit_exec (#6262) * Rename mjit_exec to jit_exec * Rename mjit_exec_slowpath to mjit_check_iseq * Remove mjit_exec references from comments --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 717f116800..45ec111155 100644 --- a/vm_core.h +++ b/vm_core.h @@ -489,7 +489,7 @@ struct rb_iseq_constant_body { /* The following fields are MJIT related info. */ VALUE (*jit_func)(struct rb_execution_context_struct *, struct rb_control_frame_struct *); /* function pointer for loaded native code */ - long unsigned total_calls; /* number of total calls with `mjit_exec()` */ + long unsigned total_calls; /* number of total calls with `jit_exec()` */ struct rb_mjit_unit *jit_unit; #endif -- cgit v1.2.3