summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
-rw-r--r--vm_core.h6
1 files changed, 3 insertions, 3 deletions
@@ -503,15 +503,15 @@ struct rb_iseq_constant_body {
const rb_iseq_t *mandatory_only_iseq;
-#if USE_MJIT || USE_YJIT
// Function pointer for JIT code
VALUE (*jit_func)(struct rb_execution_context_struct *, struct rb_control_frame_struct *);
// Number of total calls with jit_exec()
long unsigned total_calls;
#endif
-#if USE_MJIT
- // MJIT stores some data on each iseq.
VALUE mjit_blocks;
#endif